File: global.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 (26 lines) | stat: -rw-r--r-- 432 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
25
26
/*
 * global.h
 * Copyright (C) 1999 Patrick Alken
 *
 * $Id: global.h,v 1.1.1.1 2001/03/03 01:48:53 wcampbel Exp $
 */

#ifndef INCLUDED_global_h
#define INCLUDED_global_h

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

#ifdef GLOBALSERVICES

/*
 * Prototypes
 */

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

#endif /* GLOBALSERVICES */

#endif /* INCLUDED_global_h */