File: dbparser.H

package info (click to toggle)
its4 1.1.1-1
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 388 kB
  • ctags: 546
  • sloc: cpp: 5,769; ansic: 686; sh: 374; makefile: 129; lisp: 4
file content (14 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* dbparser.H
 * John Viega
 *
 * Feb 8 2000
 */

#ifndef __DB_PARSER__
#define __DB_PARSER__
#include "token.H"

void InitParser(TokenContainer *tc);
int NT_Program();

#endif