Rework status table to be less dynamically generated.
[gpgme.git] / src / util.h
index 27620aa7e945d735c5dcf6d1f6265997c17b4c30..cf18099ad2d5a80a6b727020054336f591dc4baf 100644 (file)
@@ -136,6 +136,12 @@ gpgme_error_t _gpgme_map_gnupg_error (char *err);
    set, return NULL in *VALUE.  */
 gpgme_error_t _gpgme_getenv (const char *name, char **value);
 
+\f
+/*-- status-table.c --*/
+/* Convert a status string to a status code.  */
+void _gpgme_status_init (void);
+gpgme_status_code_t _gpgme_parse_status (const char *name);
+
 \f
 #ifdef HAVE_W32_SYSTEM
 int _gpgme_mkstemp (int *fd, char **name);