File: tomods.h

package info (click to toggle)
bibutils 4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,512 kB
  • ctags: 1,340
  • sloc: ansic: 72,394; csh: 216; makefile: 117
file content (13 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef TOMODS_H
#define TOMODS_H

#if 0
extern void tomods( int argc, char *argv[], int readmode, int writemode,
		char *progname, char *help1, char *help2 );
#endif

extern void tomods_processargs( int *argc, char *argv[], param *p,
        char *help1, char *help2 );


#endif