File: options2.h

package info (click to toggle)
elvis 2.1.4-4.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,528 kB
  • ctags: 6,178
  • sloc: ansic: 57,188; sh: 1,023; makefile: 298
file content (8 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
/* options2.h */

#ifdef FEATURE_MKEXRC
BEGIN_EXTERNC
extern void optsave P_((BUFFER custom));
extern CHAR *optcomplete P_((WINDOW win, MARK m));
END_EXTERNC
#endif