00001
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef AUTH_H
00021 #define AUTH_H
00022
00023
00024 #include <_ansi.h>
00025 #include <e32def.h>
00026
00027 #ifdef __cplusplus
00028 extern "C" {
00029 #endif
00030
00031
00032 IMPORT_C TInt GetDllInt();
00033 IMPORT_C void GetDllString(char *str);
00034 IMPORT_C void SetDllInt(const int i);
00035 IMPORT_C void SetDllString(char *str);
00036
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040
00041 #endif // AUTH_H
00042
00043