File: helpserv.h

package info (click to toggle)
hybserv 1.9.2-4.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,852 kB
  • ctags: 1,854
  • sloc: ansic: 37,037; sh: 3,178; makefile: 337
file content (20 lines) | stat: -rw-r--r-- 374 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
/*
 * helpserv.h
 * Hybserv2 Services by Hybserv2 team
 *
 * $Id: helpserv.h 1140 2005-08-03 19:53:51Z kreator $
 */

#ifndef INCLUDED_helpserv_h
#define INCLUDED_helpserv_h

#include "stdinc.h"
#include "config.h"

#ifdef HELPSERVICES
void hs_process(char *, char *);
#endif /* HELPSERVICES */

void GiveHelp(char *, char *, char *, int);

#endif /* INCLUDED_helpserv_h */