aboutsummaryrefslogtreecommitdiff
path: root/stock.h
diff options
context:
space:
mode:
Diffstat (limited to 'stock.h')
-rw-r--r--stock.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/stock.h b/stock.h
new file mode 100644
index 00000000..cf9014fd
--- /dev/null
+++ b/stock.h
@@ -0,0 +1,20 @@
+#ifndef __STOCK_H__
+#define __STOCK_H__
+
+#include "config.h"
+
+#ifdef GTK2
+
+#define HI_ABOUT "hi-about"
+#define HI_DETAILS "hi-details"
+
+#define HI_PCI "hi-pci"
+#define HI_HDD "hi-hdd"
+#define HI_SCSI "hi-scsi"
+#define HI_CONNECTOR "hi-connector"
+#define HI_USB "hi-usb"
+
+void hi_stock_init(void);
+#endif
+
+#endif /* __STOCK_H__ */