File: detect.h

package info (click to toggle)
easychem 0.6-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,652 kB
  • sloc: ansic: 9,019; makefile: 25
file content (6 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
enum { PROGRAM_UNKNOWN, PROGRAM_NOT_FOUND, PROGRAM_IN_PATH,
       PROGRAM_IN_USR_BIN, PROGRAM_IN_USR_LOCAL_BIN,
       PROGRAM_IN_PROVIDED_PATH, PROGRAM_IN_PREF_PATH, PROGRAM_IN_SW_BIN };

extern int detect_gs (void);
extern int detect_pstoedit (void);