summaryrefslogtreecommitdiff
path: root/pico/estruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/estruct.h')
-rw-r--r--pico/estruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/estruct.h b/pico/estruct.h
index 4d0287e6..c6255760 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -317,7 +317,7 @@ typedef struct {
typedef struct {
UCS k_code; /* Key code */
- int (*k_fp)(); /* Routine to handle it */
+ int (*k_fp)(int, int); /* Routine to handle it */
} KEYTAB;
/* structure used for key menu painting */