summaryrefslogtreecommitdiff
path: root/ext/standard/quot_print.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-01-06 15:47:25 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-01-06 15:47:25 +0000
commit4c2d6cfea8bf73b3a9cf6379833f439fdf5d574f (patch)
tree5a08651603a8be56bc5009d7fdcec82445ee3b16 /ext/standard/quot_print.h
parentd0570815af9e426b2b92568550e432df217d724b (diff)
downloadphp-git-4c2d6cfea8bf73b3a9cf6379833f439fdf5d574f.tar.gz
Moved php_quot_print_decode() to quot_print.c so that it can be used
outside the iconv module
Diffstat (limited to 'ext/standard/quot_print.h')
-rw-r--r--ext/standard/quot_print.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/quot_print.h b/ext/standard/quot_print.h
index d7a0087743..9ca350c6a2 100644
--- a/ext/standard/quot_print.h
+++ b/ext/standard/quot_print.h
@@ -21,6 +21,8 @@
#ifndef QUOT_PRINT_H
#define QUOT_PRINT_H
+PHPAPI unsigned char *php_quot_print_decode(const unsigned char *str, size_t length, size_t *ret_length);
+
PHP_FUNCTION(quoted_printable_decode);
#endif /* QUOT_PRINT_H */