Fix compiler warnings from Solaris implementation

This commit is contained in:
Mike Massonnet
2010-06-09 13:48:57 +02:00
parent 1506382577
commit cfae61f98d
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ enum
void get_owner_uid (guint *owner_uid, gchar **owner_uid_name);
gchar * get_hostname ();
gboolean send_signal_to_pid (guint pid, gint signal);
gboolean send_signal_to_pid (guint pid, gint xtm_signal);
gboolean set_priority_to_pid (guint pid, gint priority);
#endif /* !TASK_MANAGER_H */