File: ncache.h

package info (click to toggle)
darkstat 3.0.708-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 708 kB
  • ctags: 592
  • sloc: ansic: 5,326; sh: 322; makefile: 131
file content (16 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* darkstat 3
 * copyright (c) 2001-2006 Emil Mikulic.
 *
 * ncache.h: cache of protocol and service names.
 *
 * You may use, modify and redistribute this file under the terms of the
 * GNU General Public License version 2. (see COPYING.GPL)
 */

void ncache_init(void);
void ncache_free(void);
const char *getproto(const int proto);
const char *getservtcp(const int port);
const char *getservudp(const int port);

/* vim:set ts=3 sw=3 tw=78 expandtab: */