diff options
author | Agney Lopes Roth Ferraz <agney@users.sourceforge.net> | 2005-06-13 18:34:20 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:31 -0500 |
commit | 61dfceab1e3e9d77aa2900a6e333961f89c4ef45 (patch) | |
tree | 673b0f2f59b4b9ed4c2595a5690aa63480190103 /stock.h | |
parent | 7d65a12d6431f72e601ea1d0c3ef5d09af8bfb96 (diff) | |
parent | a08438bda21b3e0d7db2db2360d040841970104d (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 'stock.h')
-rw-r--r-- | stock.h | 20 |
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__ */ |