File: RCS.h

package info (click to toggle)
oo2c32 1.5.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,888 kB
  • ctags: 5,436
  • sloc: ansic: 95,310; sh: 473; makefile: 345; perl: 57; lisp: 20
file content (11 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_RCS_
#define _MODULE_RCS_

extern unsigned char RCS__MasterFile(const unsigned char* fileName__ref, int fileName_0d);
extern void RCS__Master2File(const unsigned char* rcsFile__ref, int rcsFile_0d, unsigned char* workFile, int workFile_0d);
extern unsigned char RCS__CheckOut(unsigned char* fileName, int fileName_0d, unsigned char* resultMsg, int resultMsg_0d);
extern unsigned char RCS__FindMasterFile(unsigned char* fileName, int fileName_0d);
extern void RCS_init(void);

#endif