aboutsummaryrefslogtreecommitdiffstats
path: root/StringUtils.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-07-25 18:25:28 +0200
committerDaniel Lange <DLange@git.local>2016-07-25 18:25:28 +0200
commit31b71b67011fa52f091df6fe536a11d6d0bfb256 (patch)
tree31cb222871017376af8b7435d24cf4961863fa93 /StringUtils.h
parent8c82a38002ce09db2a0b83dab8b598cf1ab0596c (diff)
downloaddebian_htop-31b71b67011fa52f091df6fe536a11d6d0bfb256.tar.gz
debian_htop-31b71b67011fa52f091df6fe536a11d6d0bfb256.tar.bz2
debian_htop-31b71b67011fa52f091df6fe536a11d6d0bfb256.zip
Imported Upstream version 2.0.2upstream/2.0.2
Diffstat (limited to 'StringUtils.h')
-rw-r--r--StringUtils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/StringUtils.h b/StringUtils.h
index 38ffae7..9762034 100644
--- a/StringUtils.h
+++ b/StringUtils.h
@@ -9,6 +9,8 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
+#include <stdio.h>
+
#define String_startsWith(s, match) (strstr((s), (match)) == (s))
#define String_contains_i(s1, s2) (strcasestr(s1, s2) != NULL)
@@ -24,4 +26,6 @@ void String_freeArray(char** s);
char* String_getToken(const char* line, const unsigned short int numMatch);
+char* String_readLine(FILE* fd);
+
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy