/usr/include/zsh/watch.epro is in zsh-dev 5.0.2-3ubuntu6.
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 | /* Generated automatically */
#ifndef have_Src_watch_globals
#define have_Src_watch_globals
extern char const*const default_watchfmt;
extern void dowatch _((void));
extern int bin_log _((UNUSED(char*nam),UNUSED(char**argv),UNUSED(Options ops),UNUSED(int func)));
extern void dowatch _((void));
extern int bin_log _((char*nam,char**argv,Options ops,int func));
#endif /* !have_Src_watch_globals */
|