about summary refs log blame commit diff stats
path: root/src/tlv.h
blob: 3ff60fc341952093c0e54cd0e6c191474a657557 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                            

                                                                
      
#ifndef __TLV_H__
#define __TLV_H__

/* Helpers for working with the .tlv file format */

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