summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-08-20 14:37:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-08-20 14:37:48 +0000
commit59948c12fe91a189a0b15b483f6247f1cabc6918 (patch)
tree26f7ea18a159a2f9554923486e9a9b7f6d334189 /include
parentf5bb311708a1457865ad396601db11b9e9367cb5 (diff)
downloadmailutils-59948c12fe91a189a0b15b483f6247f1cabc6918.tar.gz
mailutils-59948c12fe91a189a0b15b483f6247f1cabc6918.tar.bz2
(argcv_unescape_char,argcv_escape_char): New functions.
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/argcv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mailutils/argcv.h b/include/mailutils/argcv.h
index 0a748b310..911aa45f0 100644
--- a/include/mailutils/argcv.h
+++ b/include/mailutils/argcv.h
@@ -40,6 +40,8 @@ extern int argcv_get __P ((const char *command, const char *delim,
int *argc, char ***argv));
extern int argcv_string __P ((int argc, char **argv, char **string));
extern int argcv_free __P ((int argc, char **argv));
+extern int argcv_unescape_char __P((int c));
+extern int argcv_escape_char __P((int c));
#ifdef __cplusplus
}

Return to:

Send suggestions and report system problems to the System administrator.