summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 79b04ae..04a71b6 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -37,6 +37,8 @@ char *shell_path_expand(const char *path);
char *device_lock(const char *path);
+int indexOfChar(const char *array, int len, char character);
+
#define YAML_INDENT 2
#define indentf(n, format, args...) \