#ifndef ERROR_H
#define ERROR_H 1

extern char *program_invocation;
void set_invocation(char *prog_name);

#endif
