aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_util.h')
-rw-r--r--include/gensvm_util.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/gensvm_util.h b/include/gensvm_util.h
deleted file mode 100644
index 5ea2198..0000000
--- a/include/gensvm_util.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * @file util.h
- * @author Gertjan van den Burg
- * @date August, 2013
- * @brief Header file for util.c
- *
- * @details
- * Function declarations for utility functions of the program.
- *
- */
-
-#ifndef GENSVM_UTIL_H
-#define GENSVM_UTIL_H
-
-// forward declarations
-struct GenData;
-struct GenModel;
-
-// function declarations
-int gensvm_check_argv(int argc, char **argv, char *str);
-int gensvm_check_argv_eq(int argc, char **argv, char *str);
-
-void note(const char *fmt,...);
-void err(const char *fmt,...);
-
-#endif