From: Zoran V. <vas...@us...> - 2005-06-14 18:13:49
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18823 Modified Files: adpeval.c Log Message: Reformat to NaviServer coding style (no functional changes) Index: adpeval.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/adpeval.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** adpeval.c 10 Jun 2005 17:58:38 -0000 1.3 --- adpeval.c 14 Jun 2005 18:13:37 -0000 1.4 *************** *** 1,7 **** /* ! * The contents of this file are subject to the AOLserver Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at ! * http://aolserver.com/. * * Software distributed under the License is distributed on an "AS IS" --- 1,7 ---- /* ! * The contents of this file are subject to the Mozilla Public License [...1694 lines suppressed...] * * Results: ! * None. * * Side Effects: ! * None. * *---------------------------------------------------------------------- --- 1042,1052 ---- * ParseFree -- * ! * Free buffers in an AdpParse structure. * * Results: ! * None. * * Side Effects: ! * None. * *---------------------------------------------------------------------- |