Lines 52-58
Link Here
|
52 |
{ |
52 |
{ |
53 |
char *yahoo_crypt(const char *key, const char *salt); |
53 |
char *yahoo_crypt(const char *key, const char *salt); |
54 |
int yahoo_Dispatch(int Salt, int Parameter); |
54 |
int yahoo_Dispatch(int Salt, int Parameter); |
55 |
}; |
55 |
} |
56 |
|
56 |
|
57 |
/* This is the y64 alphabet... it's like base64, but has a . and a _ */ |
57 |
/* This is the y64 alphabet... it's like base64, but has a . and a _ */ |
58 |
char base64digits[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._"; |
58 |
char base64digits[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._"; |