diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-08 22:40:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-08 22:40:38 +0000 |
commit | c3c8bbd3b2688da8ec674a70eb88ff162e38ec47 (patch) | |
tree | b75807057f6a8e6e078a0c6f9343737a9f35ea94 /src/writeenv.h | |
parent | fb7d34cea8ab554dfcfc0ef1e0ad2c7f9b059312 (diff) | |
download | curl-c3c8bbd3b2688da8ec674a70eb88ff162e38ec47.tar.gz |
Added writeenv.c and writeenv.h for RISCOS usage (and others?)
Diffstat (limited to 'src/writeenv.h')
-rw-r--r-- | src/writeenv.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/writeenv.h b/src/writeenv.h new file mode 100644 index 000000000..b46e11e88 --- /dev/null +++ b/src/writeenv.h @@ -0,0 +1,27 @@ +#ifndef __WRITEENV_H +#define __WRITEENV_H +/***************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 2002, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * In order to be useful for every potential user, curl and libcurl are + * dual-licensed under the MPL and the MIT/X-derivate licenses. + * + * You may opt to use, copy, modify, merge, publish, distribute and/or sell + * copies of the Software, and permit persons to whom the Software is + * furnished to do so, under the terms of the MPL or the MIT/X-derivate + * licenses. You may pick one of these licenses. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + *****************************************************************************/ + +void ourWriteEnv(CURL *curl); + +#endif |