X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcommands.h;h=9a70678815c502c6719b9596c90727ce523039fb;hb=f6df762979437d12004feb37bd1535f4880094ff;hp=26e8706389db1d0c5bcd95806ae753e46ffbb5da;hpb=7f22c47809a3e10566f791acb7e6cb52197e6626;p=citadel.git diff --git a/citadel/commands.h b/citadel/commands.h index 26e870638..9a7067881 100644 --- a/citadel/commands.h +++ b/citadel/commands.h @@ -60,7 +60,7 @@ void pprintf(const char *format, ...); extern int num_urls; -extern char urls[MAXURLS][256]; -extern char rc_url_cmd[256]; +extern char urls[MAXURLS][SIZ]; +extern char rc_url_cmd[SIZ]; extern int lines_printed; extern int rc_remember_passwords;