X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=a5f5f101117c5dc73ab6d84791f680367f8ef32b;hb=90ce902dc3f69f7a933465094e61506eb699e685;hp=d2b7e94ead2cf712cbf0c0b1d2cb690e21d319ea;hpb=8208daed02de82f8ea67a8179d89a85dcd3ec4c0;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index d2b7e94ea..a5f5f1011 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -200,6 +200,11 @@ extern locale_t wc_locales[]; US_NOPROMPT | US_DISAPPEAR | US_PAGINATOR | \ US_FLOORS | US_COLOR | US_PROMPTCTL ) +/* + * NLI is the string that shows up in a who's online listing for sessions + * that are active, but for which no user has yet authenticated. + */ +#define NLI "(not logged in)" /** \brief Linked list of lines appearing in an HTTP client request */