X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Futils.h;h=7c322492b351f434a635928ed2b0d615af701491;hb=HEAD;hp=206df63c1c17d35f1dfc9a5d435dd5068ae7a64c;hpb=c6aec42f213ec284e34648f3d69bcf927dccddb1;p=citadel.git diff --git a/webcit/utils.h b/webcit/utils.h index 206df63c1..7c322492b 100644 --- a/webcit/utils.h +++ b/webcit/utils.h @@ -1,4 +1,3 @@ - /* * Copyright (c) 1996-2013 by the citadel.org team * @@ -11,8 +10,8 @@ * GNU General Public License for more details. */ -void StrEscPuts(const StrBuf * strbuf); -void StrEscputs1(const StrBuf * strbuf, int nbsp, int nolinebreaks); +void StrEscPuts(const StrBuf *strbuf); +void StrEscputs1(const StrBuf *strbuf, int nbsp, int nolinebreaks); void urlescputs(const char *); void hurlescputs(const char *);