diff options
author | Oskar <[email protected]> | 2023-10-26 21:28:37 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2023-10-26 21:28:37 +0200 |
commit | dfad11647c8ba58ec6912a3baf6c08e1326a28af (patch) | |
tree | 24ff8e5e5764bfee8de60f08ae36f94de27b8a58 /7ed.h | |
parent | b192136b7672886b03f509993825915132c16fc6 (diff) |
Completely broken. Do not touch
Diffstat (limited to '7ed.h')
-rw-r--r-- | 7ed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,6 +52,6 @@ int startmode(char filename[]); #ifndef PRINT_7ED_H #define PRINT_7ED_H -int print_7ed(); +int print_7ed(char filename[], long focus); #endif /* PRINT_7ED_H */ |