[monkey-bubble: 62/753] oops, forgot this



commit f41e4828134b7ca79c2cefd6bd586b1398987783
Author: Nathan Bryant <nbryant src gnome org>
Date:   Tue Feb 3 04:07:03 1998 +0000

    oops, forgot this

 libgnome/gnome-score.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/libgnome/gnome-score.h b/libgnome/gnome-score.h
index 13ed84d..3e2490e 100644
--- a/libgnome/gnome-score.h
+++ b/libgnome/gnome-score.h
@@ -4,6 +4,17 @@
 #include <time.h>
 
 BEGIN_GNOME_DECLS
+/*
+ * gnome_score_init()
+ * creates a child process with which we communicate through a pair of pipes,
+ * then drops privileges.
+ * this should be called as the first statement in main().
+ * returns 0 on success, drops privs and returns -1 on failure
+ */
+
+gint
+gnome_score_init (const gchar * gamename);
+
 /* Returns the position in the top-ten starting from 1, or 0 if it isn't in the table */
 gint
 gnome_score_log(gfloat score,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]