summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-common.h
diff options
context:
space:
mode:
authorGravatar mrcsys2006-01-18 16:28:24 +0000
committerGravatar mrcsys2006-01-18 16:28:24 +0000
commit3e17cfa6f481ef56b412e9d31c67c3ee8ab7bfb9 (patch)
treef910c2932c798280c2509c818628dd596e04d34d /nanohttp/nanohttp-common.h
parentdf494ade428ddb4cb6a9a6f8b3885cf1b2478f06 (diff)
downloadcsoap-3e17cfa6f481ef56b412e9d31c67c3ee8ab7bfb9.tar.gz
csoap-3e17cfa6f481ef56b412e9d31c67c3ee8ab7bfb9.tar.bz2
Tweaking to integrate.
Diffstat (limited to 'nanohttp/nanohttp-common.h')
-rw-r--r--nanohttp/nanohttp-common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/nanohttp/nanohttp-common.h b/nanohttp/nanohttp-common.h
index eb2c426..607fc2b 100644
--- a/nanohttp/nanohttp-common.h
+++ b/nanohttp/nanohttp-common.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-common.h,v 1.23 2006/01/11 10:54:43 snowdrop Exp $
+ * $Id: nanohttp-common.h,v 1.24 2006/01/18 16:28:24 mrcsys Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -466,6 +466,9 @@ void attachments_add_part(attachments_t * attachments, part_t * part);
/* tmp directory for multipart/related stuff */
#define HOPTION_TMP_DIR 2
+#define HOPTION_SSL_CERT 3
+#define HOPTION_SSL_PASS 4
+#define HOPTION_SSL_CA 5
void hoption_init_args(int argc, char *argv[]);
void hoption_set(int opt, const char *value);
char *hoption_get(int opt);