summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-07 16:02:13 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-07 16:02:13 +0100
commitfe409fb01eb784df5ce8a1e54a0a1ef6aaca063c (patch)
tree67ea2e25b2c9934f1997c79382edabb71c903f2f /com32/hdt/hdt.h
parent497faa0100db0c8868baef0154d12f0556e749ee (diff)
downloadsyslinux-fe409fb01eb784df5ce8a1e54a0a1ef6aaca063c.tar.gz
hdt: Adding IRC channel in project info
Impact: visual Let's give the irc channel info in our about menu
Diffstat (limited to 'com32/hdt/hdt.h')
-rw-r--r--com32/hdt/hdt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/hdt.h b/com32/hdt/hdt.h
index 9cd74cb3..bdd9e999 100644
--- a/com32/hdt/hdt.h
+++ b/com32/hdt/hdt.h
@@ -38,6 +38,7 @@
#define NB_CONTRIBUTORS 3
#define CONTRIBUTORS {"Sebastien Gonzalve (Patches)", "Gert Hulselmans (Tests)", "Alexander Andino (Design)"}
#define WEBSITE_URL "http://hdt-project.org"
+#define IRC_CHANNEL "#hdt on freenode"
#define ATTR_PACKED __attribute__((packed))