repo.or.cz
/
libisds.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Various corrections for the MEP login feature
[libisds.git]
/
test
/
online
/
common.h
blob
2a4ddf327987ffc4bd6efe81615e37fdca660906
1
#ifndef __COMMON_H__
2
#define __COMMON_H__
3
4
const char
*
username
(
void
);
5
const char
*
password
(
void
);
6
7
const char
*
username_mep
(
void
);
8
const char
*
code_mep
(
void
);
9
10
#endif