summaryrefslogtreecommitdiff
path: root/src/str.h
diff options
context:
space:
mode:
authorTaeksu Shin <taeksu.shin@samsung.com>2012-08-21 18:39:39 +0900
committerTaeksu Shin <taeksu.shin@samsung.com>2012-08-21 18:39:39 +0900
commit2742d6ca5da37180225fab6ef8bf55467956d25c (patch)
treec850c3679b282551927505d3162e6c60118d0609 /src/str.h
parentb5dc236b1575fe5846d01881893b3aaef43ecbcc (diff)
downloadepson-inkjet-printer-escpr-6d43a6c7dff7368165f237cef22d0231d977484b.tar.gz
epson-inkjet-printer-escpr-6d43a6c7dff7368165f237cef22d0231d977484b.tar.bz2
epson-inkjet-printer-escpr-6d43a6c7dff7368165f237cef22d0231d977484b.zip
Diffstat (limited to 'src/str.h')
-rw-r--r--src/str.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/str.h b/src/str.h
new file mode 100644
index 0000000..6cfb8e5
--- /dev/null
+++ b/src/str.h
@@ -0,0 +1,18 @@
+
+#ifndef STR_H
+#define STR_H
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include "def.h"
+
+BEGIN_C
+
+char * str_clone (char *, size_t);
+char * str_delete (char *);
+
+END_C
+
+#endif /* STR_H */