From: Christophe CURIS <[email protected]>
Nothing really interresting, just separators to group definitions
by theme, using the same syntax that can be found in other headers.
---
WPrefs.app/WPrefs.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/WPrefs.app/WPrefs.h b/WPrefs.app/WPrefs.h
index 6cc02b7..6c7b90f 100644
--- a/WPrefs.app/WPrefs.h
+++ b/WPrefs.app/WPrefs.h
@@ -68,6 +68,7 @@ typedef struct PanelRec {
} PanelRec;
+/* ---[ Wprefs.c ] ------------------------------------------------------- */
void AddSection(Panel *panel, char *iconFile);
@@ -110,7 +111,7 @@ void SetBoolForKey(Bool value, const char *defaultName);
void SetSpeedForKey(int speed, const char *defaultName);
-
+/* ---[ main.c ] --------------------------------------------------------- */
void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data);
--
1.7.10.4
--
To unsubscribe, send mail to [email protected].