diff options
Diffstat (limited to 'src/common/identd.h')
-rw-r--r-- | src/common/identd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/identd.h b/src/common/identd.h index 4e5049d5..3b29135f 100644 --- a/src/common/identd.h +++ b/src/common/identd.h @@ -17,4 +17,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#ifndef HEXCHAT_IDENTD_H +#define HEXCHAT_IDENTD_H + void identd_start (char *username); + +#endif |