Revision: 1324
http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1324&view=rev
Author: jpgrayson
Date: 2007-12-20 09:45:11 -0800 (Thu, 20 Dec 2007)
Log Message:
-----------
Use extern decorator and be explicit about these functions taking no arguments.
Modified Paths:
--------------
trunk/lib/libiax2/src/iax-client.h
Modified: trunk/lib/libiax2/src/iax-client.h
===================================================================
--- trunk/lib/libiax2/src/iax-client.h 2007-12-20 17:44:24 UTC (rev 1323)
+++ trunk/lib/libiax2/src/iax-client.h 2007-12-20 17:45:11 UTC (rev 1324)
@@ -247,8 +247,8 @@
extern void iax_set_jb_target_extra( long value );
/* Portable 'decent' random number generation */
-void iax_seed_random();
-int iax_random();
+extern void iax_seed_random(void);
+extern int iax_random(void);
#if defined(__cplusplus)
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|