diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 21:07:02 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 21:07:02 -0500 |
commit | 4455eee4768796782b5842223647f7d1c8d085bb (patch) | |
tree | 5e2fc0a7671dea9847f56d58c002fac358922fe2 /include/netnuke.h | |
parent | d3c784283fe6d4eac879e1f3e084b18ee2af7fa2 (diff) | |
parent | 755866fee7ea4a6c2871a95fa9081656fb5bef23 (diff) | |
download | NetNuke2-4455eee4768796782b5842223647f7d1c8d085bb.tar.gz |
Merge branch 'master' of git://github.com/jhunkeler/NetNuke
Diffstat (limited to 'include/netnuke.h')
-rw-r--r-- | include/netnuke.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/netnuke.h b/include/netnuke.h index ee39a13..5ce8b46 100644 --- a/include/netnuke.h +++ b/include/netnuke.h @@ -49,14 +49,14 @@ typedef struct nndevice_t void ignore_device(char** list, nndevice_t** d); int strind(const char* str, const char ch); -int nnlogcleanup(); +int nnlogcleanup(void); int COM(const char* func, char *format, ...); void* wipe(void* device); pthread_t nnthread(nndevice_t* device); int nnwrite(int fd, int bsize); -void nnrandinit(); -void nnrandfree(); -unsigned int nngetseed(); +void nnrandinit(void); +void nnrandfree(void); +unsigned int nngetseed(void); unsigned int nnrand(int min, int max); char* randstr(int size); int scanbus_sysfs(nndevice_t** device); |