diff options
Diffstat (limited to 'src/filehandler.cc')
| -rw-r--r-- | src/filehandler.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/filehandler.cc b/src/filehandler.cc index a901fc5..4856702 100644 --- a/src/filehandler.cc +++ b/src/filehandler.cc @@ -2,7 +2,8 @@ #include <stdio.h> #include <stdlib.h> -Filehandler::Filehandler(char *path) +void +Filehandler::init(char *path) { f = NULL; buffer = NULL; |
