summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 72b3b07..e73950b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -55,5 +55,6 @@ int evutil_vsnprintf(char *buf, size_t buflen, const char *format,
va_list ap);
void response_unref(JsonObject * response);
const gchar *make_error_message(JsonObject * response, int status);
+void trg_error_dialog(GtkWindow *parent, int status, JsonObject *response);
#endif /* UTIL_H_ */