| 1013 | } |
| 1014 | |
| 1015 | bool delauthkey(const char *name) |
| 1016 | { |
| 1017 | int before = authkeys.length(); |
| 1018 | loopvrev(authkeys) if(!strcmp(authkeys[i]->name, name)) delete authkeys.remove(i); |
| 1019 | return authkeys.length() < before; |
| 1020 | } |
| 1021 | |
| 1022 | const uchar *getauthkey(const char *name) |
| 1023 | { |