Various corrections for the MEP login feature
[libisds.git] / test / online / common.h
blob2a4ddf327987ffc4bd6efe81615e37fdca660906
1 #ifndef __COMMON_H__
2 #define __COMMON_H__
4 const char *username(void);
5 const char *password(void);
7 const char *username_mep(void);
8 const char *code_mep(void);
10 #endif