summaryrefslogtreecommitdiff
path: root/busybox_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox_functions.h')
-rw-r--r--busybox_functions.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/busybox_functions.h b/busybox_functions.h
deleted file mode 100644
index 61fc484..0000000
--- a/busybox_functions.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __BUSYBOX_FUNCTIONS_H__
-#define __BUSYBOX_FUNCTIONS_H__
-
-int
-mkswap(char *device_name, int pages, int check);
-/* pages = 0 for autodetection */
-
-int
-fdflush(char *filename);
-
-#endif /* __BUSYBOX_FUNCTIONS_H__ */