summaryrefslogtreecommitdiff
path: root/saedit/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/common.h')
-rw-r--r--saedit/common.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/saedit/common.h b/saedit/common.h
new file mode 100644
index 0000000..1715e41
--- /dev/null
+++ b/saedit/common.h
@@ -0,0 +1,12 @@
+#ifndef COMMON_H
+#define COMMON_H
+
+#include <glib.h>
+
+gboolean
+try_strtoint (
+ const gchar *str,
+ gint *result
+);
+
+#endif