]> git.marmaro.de Git - mmh/blobdiff - h/utils.h
Application of patch #5218: patch for bug #9742. Fixes a typo in the
[mmh] / h / utils.h
index 950e8a954001cf5407dc780e256d37dbd8ddaa06..92fdabac40dbb534a43ada73145c25561ee11108 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -10,3 +10,12 @@ void *mh_xrealloc(void *, size_t);
 char *pwd(void);
 char *add(char *, char *);
 void create_folder(char *, int, void (*)());
+int num_digits(int);
+
+struct msgs_array {
+       int max, size;
+       char **msgs;
+};
+
+void app_msgarg(struct msgs_array *, char *);
+int open_form(char **, char *);