aboutsummaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@users.sourceforge.net>2005-06-13 18:34:20 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:31 -0500
commit61dfceab1e3e9d77aa2900a6e333961f89c4ef45 (patch)
tree673b0f2f59b4b9ed4c2595a5690aa63480190103 /status.h
parent7d65a12d6431f72e601ea1d0c3ef5d09af8bfb96 (diff)
parenta08438bda21b3e0d7db2db2360d040841970104d (diff)
Import Debian changes 0.3.7pre-1
hardinfo (0.3.7pre-1) unstable; urgency=low * New upstream release. (Closes: #280694, #300114, #233033)
Diffstat (limited to 'status.h')
-rw-r--r--status.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/status.h b/status.h
index f3cfa91e..a7e6fbe6 100644
--- a/status.h
+++ b/status.h
@@ -13,8 +13,8 @@ struct _myStatus {
};
myStatus *my_status_new(gchar *title, gchar *text);
-void my_status_pulse(myStatus *status);
-void my_status_destroy(myStatus *status);
-void my_status_set_text(myStatus *status, gchar *text);
+void my_status_pulse(myStatus *status);
+void my_status_destroy(myStatus *status);
+void my_status_set_text(myStatus *status, gchar *text);
#endif /* __STATUS_H__ */