#ifndef _INTERACT_H_dc91362a_ #define _INTERACT_H_dc91362a_ #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 #endif