summaryrefslogtreecommitdiffstats
path: root/src/s_lpipes_split.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/s_lpipes_split.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s_lpipes_split.h b/src/s_lpipes_split.h
index 3a79dba..aa978f4 100644
--- a/src/s_lpipes_split.h
+++ b/src/s_lpipes_split.h
@@ -14,7 +14,9 @@
# define S_LPIPES_SPLIT_H
# include <stddef.h>
+# include <stdint.h>
+void s_set_tmp(char tmp[], size_t pos[], int16_t i, const char word[]);
void s_get_split_pos(size_t pos[], const char word[]);
#endif