summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index e73950b..3b63163 100644
--- a/src/util.h
+++ b/src/util.h
@@ -55,6 +55,7 @@ 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);
+void trg_error_dialog(GtkWindow * parent, int status,
+ JsonObject * response);
#endif /* UTIL_H_ */