aboutsummaryrefslogtreecommitdiff
path: root/lib/writeout.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-02 06:28:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-02 06:28:55 +0000
commitd5ad450db606822b06f07ef43559e8b006e45f0d (patch)
treeaf9aab92d461d8b2902fd1b5d2a749e94a2dcc92 /lib/writeout.h
parentb0274a553b33bf6f4fc0a114bfd267ab3a5532e4 (diff)
getinfo.c replaces the former writeout.c
Diffstat (limited to 'lib/writeout.h')
-rw-r--r--lib/writeout.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/lib/writeout.h b/lib/writeout.h
deleted file mode 100644
index d223a35b4..000000000
--- a/lib/writeout.h
+++ /dev/null
@@ -1,47 +0,0 @@
-#ifndef __WRITEOUT_H
-#define __WRITEOUT_H
-/*****************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
- * \___|\___/|_| \_\_____|
- *
- * The contents of this file are subject to the Mozilla Public License
- * Version 1.0 (the "License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * License for the specific language governing rights and limitations
- * under the License.
- *
- * The Original Code is Curl.
- *
- * The Initial Developer of the Original Code is Daniel Stenberg.
- *
- * Portions created by the Initial Developer are Copyright (C) 1999.
- * All Rights Reserved.
- *
- * ------------------------------------------------------------
- * Main author:
- * - Daniel Stenberg <daniel@haxx.se>
- *
- * http://curl.haxx.se
- *
- * $Source$
- * $Revision$
- * $Date$
- * $Author$
- * $State$
- * $Locker$
- *
- * ------------------------------------------------------------
- ****************************************************************************/
-
-#include "urldata.h"
-
-void WriteOut(struct UrlData *data);
-
-#endif