mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
11 lines
313 B
C
11 lines
313 B
C
|
|
#ifndef __TRANSFORM_H
|
||
|
|
#define __TRANSFORM_H 1
|
||
|
|
#include <progs.priv.h>
|
||
|
|
extern bool same_program(const char *, const char *);
|
||
|
|
#define PROG_CAPTOINFO "captoinfo"
|
||
|
|
#define PROG_INFOTOCAP "infotocap"
|
||
|
|
#define PROG_CLEAR "clear"
|
||
|
|
#define PROG_RESET "reset"
|
||
|
|
#define PROG_INIT "init"
|
||
|
|
#endif /* __TRANSFORM_H */
|