aboutsummaryrefslogtreecommitdiff
path: root/src/pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pager.h')
-rw-r--r--src/pager.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/pager.h b/src/pager.h
new file mode 100644
index 0000000..a3a8f01
--- /dev/null
+++ b/src/pager.h
@@ -0,0 +1,27 @@
+/**
+ * @file pager.h
+ * @author Joe Wingbermuehle
+ * @date 2004-2006
+ *
+ * @brief Pager tray component.
+ *
+ */
+
+#ifndef PAGER_H
+#define PAGER_H
+
+struct TrayComponentType;
+
+/*@{*/
+void InitializePager();
+void StartupPager();
+void ShutdownPager();
+void DestroyPager();
+/*@}*/
+
+struct TrayComponentType *CreatePager();
+
+void UpdatePager();
+
+#endif
+