diff options
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); |