diff options
Diffstat (limited to 'src/LYEdit.h')
-rw-r--r-- | src/LYEdit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYEdit.h b/src/LYEdit.h index 0c42670f..a3db4a55 100644 --- a/src/LYEdit.h +++ b/src/LYEdit.h @@ -5,8 +5,8 @@ #include <HTUtils.h> #endif -extern BOOLEAN editor_can_position (void); -extern int edit_current_file (char *newfile, int cur, int lineno); -extern void edit_temporary_file (char * filename, char * position, char * message); +extern BOOLEAN editor_can_position(void); +extern int edit_current_file(char *newfile, int cur, int lineno); +extern void edit_temporary_file(char *filename, char *position, char *message); #endif /* LYEDIT_H */ |