From 37f5bcc29fb404bb1a87d05230ab71c5f31650dc Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 29 Sep 2011 20:54:42 +0000 Subject: the foundation of remote command execution. still lots of work to do here, but it works for me and seems like a good start. --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 76a9719..9727476 100644 --- a/src/util.h +++ b/src/util.h @@ -67,5 +67,6 @@ void rm_trailing_slashes(gchar *str); void trg_widget_set_visible(GtkWidget * w, gboolean visible); gdouble json_double_to_progress(JsonNode *n); gchar *trg_base64encode(const gchar *filename); +GtkWidget *my_scrolledwin_new(GtkWidget * child); #endif /* UTIL_H_ */ -- cgit v1.2.3