add documentation comments

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2324 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2000-05-15 02:12:34 +00:00
parent ed2239e4a5
commit 3b1913a29f

View File

@ -72,7 +72,8 @@ void guid_new(GUID *guid);
* characters '0' through '9' and 'a' through 'f'. The encoding will
* always be 32 characters long. The returned string should not be
* modified. A subsequent call to guid_to_string() will overwrite
* the result of a previous call. */
* the result of a previous call. hack alert -- this means that
* this routine is *not* thread safe! ... needs fixing. */
const char * guid_to_string(const GUID * guid);