boinc/client/account.h

8 lines
109 B
C

#ifndef _ACCOUNT_
#define _ACCOUNT_
extern int add_new_project();
extern int parse_account_files();
#endif