about summary refs log tree commit diff stats
path: root/src/tlv.h
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-01-02 16:35:01 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-01-02 16:35:01 -0800
commit18a499c5c0d7e01a5fd797e719aaf6459cd15244 (patch)
tree7417c22d214e31139652d91df9d9036c231b6cf9 /src/tlv.h
parent2b1609f09bae375c7f7bfd883ef8962514ed7d48 (diff)
downloadteliva-18a499c5c0d7e01a5fd797e719aaf6459cd15244.tar.gz
.
Diffstat (limited to 'src/tlv.h')
-rw-r--r--src/tlv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tlv.h b/src/tlv.h
index 0a3e97b..3ff60fc 100644
--- a/src/tlv.h
+++ b/src/tlv.h
@@ -6,4 +6,6 @@
 extern void teliva_load_definition (lua_State* L, FILE* in);
 int is_special_history_key(const char* key);
 
+extern void emit_multiline_string(FILE* out, const char* value);
+
 #endif