diff options
Diffstat (limited to 'doc/common.h')
-rw-r--r-- | doc/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/common.h b/doc/common.h new file mode 100644 index 0000000..85fd78e --- /dev/null +++ b/doc/common.h @@ -0,0 +1,2 @@ +char *escape_string(const char *str, char *buffer, int buffer_size); +char *escape_texi_string(const char *str, char *buffer, int buffer_size); |