diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/netnuke.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/netnuke.h b/src/netnuke.h index 506dfdf..b24af74 100644 --- a/src/netnuke.h +++ b/src/netnuke.h @@ -39,12 +39,16 @@ typedef struct nndevice_t { + char vendor[50]; + char model[50]; char path[50]; unsigned int blksz; unsigned long long blks; unsigned long long sz; } nndevice_t; +void ignore_device(char** list, nndevice_t** d); +int strind(const char* str, const char ch); int nnlogcleanup(); int COM(const char* func, char *format, ...); void* wipe(void* device); |