diff options
author | Camil Staps | 2015-08-07 11:44:48 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-07 11:44:48 +0200 |
commit | 6ebf74a468ea6c4c667a0592aa59683f745bfdfe (patch) | |
tree | cf4ccc91197ffbdf655fe9f80700b48413c2ad65 /Linux_C_12/util_121.h | |
parent | Debugging; word sizes (Int -> pointer); fix CleanStrings (diff) |
Fixed some issues with strings
Diffstat (limited to 'Linux_C_12/util_121.h')
-rw-r--r-- | Linux_C_12/util_121.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Linux_C_12/util_121.h b/Linux_C_12/util_121.h index 8bdcf76..14091f9 100644 --- a/Linux_C_12/util_121.h +++ b/Linux_C_12/util_121.h @@ -120,3 +120,5 @@ extern void printCCI( CrossCallInfo *pcci ); #endif
#endif
+
+gchar* createMnemonicString(gchar*);
|