From 6f10ec424a0b1a60fcebe62272228cb5f83e589d Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Sun, 3 Nov 2019 15:37:36 +0100 Subject: Code cleaning --- src/remmina_marshals.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/remmina_marshals.h') diff --git a/src/remmina_marshals.h b/src/remmina_marshals.h index ed64aba56..005e14fdc 100644 --- a/src/remmina_marshals.h +++ b/src/remmina_marshals.h @@ -6,14 +6,11 @@ G_BEGIN_DECLS /* BOOLEAN:INT (remminamarshals.list:4) */ -extern void remmina_marshal_BOOLEAN__INT(GClosure *closure, GValue *return_value, guint n_param_values, - const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); +extern void remmina_marshal_BOOLEAN__INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* BOOLEAN:INT,STRING (remminamarshals.list:5) */ -extern void remmina_marshal_BOOLEAN__INT_STRING(GClosure *closure, GValue *return_value, guint n_param_values, - const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); +extern void remmina_marshal_BOOLEAN__INT_STRING(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); G_END_DECLS #endif /* __remmina_marshal_MARSHAL_H__ */ - -- cgit v1.2.3