File: binlog.h

package info (click to toggle)
binkd 0.9.9%2Brel-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,704 kB
  • ctags: 1,424
  • sloc: ansic: 14,278; makefile: 413; sh: 227; perl: 89
file content (27 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (5)
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
27
/*--------------------------------------------------------------------*/
/*       B i n L o g . h                                              */
/*                                                                    */
/*       Part of BinkD project                                        */
/*       Binary log interface                                         */
/*                                                                    */
/*       Definition file.                                             */
/*--------------------------------------------------------------------*/
/*
 * $Id: binlog.h,v 2.0 2001/01/10 12:12:37 gul Exp $
 *
 * $Log: binlog.h,v $
 * Revision 2.0  2001/01/10 12:12:37  gul
 * Binkd is under CVS again
 *
 *
 */
#ifndef __BINLOG_H__
#define __BINLOG_H__

void BinLogInit(void);
void BinLogDeInit(void);
#ifdef STATE_DEFINED
void BinLogStat (char *status, STATE *state);
#endif

#endif