diff options
Diffstat (limited to 'src/LYExtern.h')
-rw-r--r-- | src/LYExtern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LYExtern.h b/src/LYExtern.h index 094f4ddc..66b49b21 100644 --- a/src/LYExtern.h +++ b/src/LYExtern.h @@ -6,5 +6,6 @@ #endif /* LYSTRUCTS_H */ void run_external PARAMS((char * c)); +char *string_short PARAMS((char * str, int cut_pos)); #endif /* EXTERNALS_H */ |