about summary refs log tree commit diff stats
path: root/src/teliva.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/teliva.h')
-rw-r--r--src/teliva.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/teliva.h b/src/teliva.h
index 6777240..7455cfc 100644
--- a/src/teliva.h
+++ b/src/teliva.h
@@ -189,5 +189,6 @@ extern void render_previous_error(void);
 
 /* Misc */
 extern int starts_with(const char* s, const char* prefix);
+extern int contains(const char* s, const char* sub);
 
 #endif