File: common.h

package info (click to toggle)
ndoutils 1.4b7-11
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,236 kB
  • ctags: 5,098
  • sloc: ansic: 16,861; sh: 3,477; sql: 2,359; makefile: 250; perl: 132
file content (21 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/************************************************************************
 *
 * COMMON.H - NDBXT Protocol Definition
 * Copyright (c) 2005 Ethan Galstad
 * Last Modified: 05-19-2005
 *
 ************************************************************************/

#ifndef _NDO_COMMON_H
#define _NDO_COMMON_H



#define NDO_TRUE      1
#define NDO_FALSE     0

#define NDO_ERROR     -1
#define NDO_OK        0


#endif