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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/teliva.h b/src/teliva.h
index f07b761..2e79956 100644
--- a/src/teliva.h
+++ b/src/teliva.h
@@ -190,4 +190,7 @@ extern int report_in_developer_mode(lua_State* L, int status);
 
 extern void render_previous_error(void);
 
+/* Misc */
+extern int starts_with(const char* s, const char* prefix);
+
 #endif