summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/main.h b/main.h
index a519942..085f8da 100644
--- a/main.h
+++ b/main.h
@@ -18,8 +18,10 @@
#define kB 1024
#define MB (kB*1024)
-int if_init(void);
-int if_stat(char *);
+extern char *__progname;
+
+int if_init(char *);
+int if_stat(void);
int if_fini(void);
struct stat {
@@ -29,4 +31,5 @@ struct stat {
struct stat curr;
-int curses_print(long long, long long);
+int out(long long, long long);
+int error(char *); \ No newline at end of file