File: query.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-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* query.H
 * John Viega
 *
 * Jan 29 2000
 */


#ifndef __QUERY_H__
#define __QUERY_H__

void AddQuery(char *);
char **GetQueries(int &num);
void DeallocQueries();
#endif