#ifndef PROFILE_H #define PROFILE_H #include "types.h" ProfileList* profile_find_all(const wchar_t* user_data_root); #endif // PROFILE_H