/usr/include/styx/cmd_pim.h is in styx-dev 2.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | /* [cmd_pim.h] Parser table for 'cmd' */
/* File generated by 'ctoh'. Don't change manually. */
#ifndef cmd_pim_INCL
#define cmd_pim_INCL
#include "prs.h"
#ifdef __cplusplus
extern "C" {
#endif
PLR_Tab PLR_get_cmd(); /* simulates a PLR_getTab */
#ifdef __cplusplus
}
#endif
#endif
|