/*
 * 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


syntax highlighted by Code2HTML, v. 0.9.1