aboutsummaryrefslogtreecommitdiff
path: root/src/netnuke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netnuke.h')
-rw-r--r--src/netnuke.h4
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);