#ifndef _INTERACT_H_78cab28a_ #define _INTERACT_H_78cab28a_ #include extern void get_with_prompt(char **, int *, unsigned int, const char *, ...) __attribute__((__format__(__printf__,4,5))); #define GWP_DEV_TTY 0x00000001 #define GWP_NO_ECHO 0x00000002 extern int prompted_choice(const char *, int, ...); #endif