mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 17:06:36 -06:00
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:
parent
ed2239e4a5
commit
3b1913a29f
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user