diff options
author | nirav <nirav@teisuu.com> | 2018-09-07 21:56:19 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-09-07 21:56:19 +0530 |
commit | 7722e6d67a8e6e6a1cb73115ee3abe4380e29e2a (patch) | |
tree | c6ec058a30d102de7824b34842fbb7c90bdba2c2 /file.h | |
parent | 02f7a54e67260ee7995c6cd9bf40ae784b60203d (diff) | |
download | im-7722e6d67a8e6e6a1cb73115ee3abe4380e29e2a.tar.gz im-7722e6d67a8e6e6a1cb73115ee3abe4380e29e2a.zip |
Added more key bindings, fixed file loading error
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,5 +11,6 @@ char *get_next_file(); char *get_prev_file(); char *get_first_file(); char *get_last_file(); +void clean(); #endif |