14#ifndef _GPIOPERATION_H_
15#define _GPIOPERATION_H_
26#define GPI_NEW_PROFILE 1
28#define GPI_PROFILE_SEARCH 3
29#define GPI_REGISTER_UNIQUENICK 4
30#define GPI_DELETE_PROFILE 5
31#define GPI_REGISTER_CDKEY 6
37#define GPI_REQUESTING 3
39#define GPI_FINISHING 5
61 char serverChallenge[128];
62 char userChallenge[33];
63 char passwordHash[33];
64 char authtoken[GP_AUTHTOKEN_LEN];
65 char partnerchallenge[GP_PARTNERCHALLENGE_LEN];
66 char cdkey[GP_CDKEY_LEN];
74 GPConnection * connection,
85 GPConnection * connection,
86 GPIOperation * operation
91 GPConnection * connection,
92 GPIOperation * operation
97 const GPConnection * connection,
98 GPIOperation ** operation,
103gpiOperationsAreBlocking(
104 const GPConnection * connection
109 GPConnection * connection,
110 GPIOperation * operation,
116 GPConnection * connection,
117 const GPIOperation * operation
Definition gpiCallback.h:67
Definition gpiOperation.h:60
Definition gpiOperation.h:46