Thu Dec 11 11:32:49 CST 2008 Pekka Pessi <first.last@nokia.com>

* sofia-sip/su_uniqueid.h: proper prototype for su_random()



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10813 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-12-16 19:52:05 +00:00
parent 8663f5a44c
commit 6e67acc50b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Tue Dec 16 13:50:36 CST 2008
Tue Dec 16 13:51:53 CST 2008

View File

@ -117,7 +117,7 @@ SOFIAPUBFUN int su_randint(int lb, int ub);
SOFIAPUBFUN void *su_randmem(void *mem, size_t siz);
/** Generate a random 32-bit integer. */
SOFIAPUBFUN uint32_t su_random();
SOFIAPUBFUN uint32_t su_random(void);
SOFIA_END_DECLS