blob: ef2376b4aca7f597c0e1b1cf6d9b7b8c712a6c05 [file] [log] [blame] [raw]
#ifndef _AUXINFO_H_
#define _AUXINFO_H_
struct auxinfo {
const char *progname;
};
/* No extern! Define a common symbol. */
struct auxinfo auxinfo;
#endif