diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 1d5632f..0b63ef7 100644 --- a/src/common.h +++ b/src/common.h @@ -22,6 +22,8 @@ #ifndef noteless_common #define noteless_common +char* trim(char*); + void get_user_editor(char*); int itoc(int, char*); |