summaryrefslogtreecommitdiff
path: root/lib/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/buffer.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/buffer.h b/lib/buffer.h
deleted file mode 100644
index fd47ee7..0000000
--- a/lib/buffer.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef BUFFER_H
-#define BUFFER_H
-
-#include "def.h"
-
-char* get_path_buffer(void);
-int push_path_buffer(const char* string);
-void pop_path_buffer(int i);
-
-char* get_path_buffer_2(void);
-int push_path_buffer_2(const char* string);
-void pop_path_buffer_2(int i);
-
-bool is_dot_dir(const char* path);
-
-#endif