diff options
Diffstat (limited to 'src/LYJump.h')
-rw-r--r-- | src/LYJump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYJump.h b/src/LYJump.h index 2329471b..5da8f885 100644 --- a/src/LYJump.h +++ b/src/LYJump.h @@ -21,7 +21,7 @@ struct JumpTable { extern struct JumpTable *JThead; extern void LYJumpTable_free NOPARAMS; -extern void LYAddJumpShortcut PARAMS((HTList *history, char *shortcut)); +extern void LYAddJumpShortcut PARAMS((HTList *the_history, char *shortcut)); extern BOOL LYJumpInit PARAMS((char *config)); extern char *LYJump PARAMS((int key)); |