#ifndef USERACCT_APIDEF_H #define USERACCT_APIDEF_H struct USERACCT_API{ int (*editaccount) (USERACCT_API *o, const char *domain, const char *account, bool setting); int (*listaccounts) (USERACCT_API *o, const char *domain, SSTRINGS &tb); }; #endif