Fix compiler warnings.

This commit is contained in:
Nick Schermer
2014-01-08 19:35:17 +01:00
parent f0232ca7c7
commit b367fdd1a9
10 changed files with 12 additions and 12 deletions

View File

@@ -91,7 +91,7 @@ enum
};
void get_owner_uid (guint *owner_uid, gchar **owner_uid_name);
gchar * get_hostname ();
gchar * get_hostname (void);
gboolean send_signal_to_pid (guint pid, gint xtm_signal);
gboolean set_priority_to_pid (guint pid, gint priority);