/* * popedit. */ #ifndef POPEDIT_H #define POPEDIT_H void pop_edit(const char *title, const char *bsrv, const char *user, const char *pass, const char *fold, void *ok_cb); #endif