X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..b30155e30c466ce8ca8668b909a5daca7acfbfd5:/server/cgi.h diff --git a/server/cgi.h b/server/cgi.h index e871052..385b9f2 100644 --- a/server/cgi.h +++ b/server/cgi.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005 Richard Kettlewell + * Copyright (C) 2004, 2005, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -86,6 +86,8 @@ char *cgi_makeurl(const char *url, ...); const char *cgi_label(const char *key); /* look up the translated label @key@ */ +int cgi_label_exists(const char *key); + char **cgi_columns(const char *name, int *nheadings); /* return the list of columns for @name@ */ @@ -105,4 +107,3 @@ c-basic-offset:2 comment-column:40 End: */ -/* arch-tag:46351d0acf757f7867a139f369342949 */