Added $Id:$ keyword

This commit is contained in:
Daniel Stenberg 2002-04-08 22:46:32 +00:00
parent 1a4f72dd4f
commit c1a57591ee
2 changed files with 2 additions and 3 deletions

View File

@ -18,14 +18,12 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
* $Id$
*****************************************************************************/
#include "setup.h"
#include <curl/curl.h>
#include "writeout.h"
#ifdef __riscos__
#include <kernel.h>
#endif

View File

@ -20,6 +20,7 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
* $Id$
*****************************************************************************/
void ourWriteEnv(CURL *curl);