aboutsummaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-18 14:54:26 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-18 14:54:26 +0100
commit00ad6b1d8e946069963bc2ab09f4f01c8e81ab03 (patch)
treee3e0cef7a0c4ed26a1c7a4cb29630b0af3c92b48 /src/list.h
parent901243b3f97368c05f7ed1c723d4ef5d18f634a1 (diff)
downloadimv-00ad6b1d8e946069963bc2ab09f4f01c8e81ab03.tar.gz
imv: Add bind command
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h
index abb8b85..069aea1 100644
--- a/src/list.h
+++ b/src/list.h
@@ -34,6 +34,8 @@ int list_find(
const void *key
);
+char *list_to_string(struct list *list, const char *sep, size_t start);
+
#endif
/* vim:set ts=2 sts=2 sw=2 et: */