File: helpserv.h

package info (click to toggle)
dancer-services 1.8.0.6.3-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,600 kB
  • ctags: 1,623
  • sloc: ansic: 34,690; sh: 2,850; makefile: 269
file content (24 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * helpserv.h
 * Copyright (C) 1999 Patrick Alken
 *
 * $Id: helpserv.h,v 1.1.1.1 2001/03/03 01:48:53 wcampbel Exp $
 */

#ifndef INCLUDED_helpserv_h
#define INCLUDED_helpserv_h

#ifndef INCLUDED_config_h
#include "config.h"        /* HELPSERVICES */
#define INCLUDED_config_h
#endif

#ifdef HELPSERVICES

void hs_process(char *nick, char *command);

#endif /* HELPSERVICES */

void GiveHelp(char *serv, char *nick, char *command, int sockfd);

#endif /* INCLUDED_helpserv_h */