summaryrefslogtreecommitdiff
path: root/cups/transcode.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-10-22 20:33:34 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-10-22 20:33:34 +0000
commit2fb7629816992611a1358912ea8b67eebbf7743d (patch)
tree43463edc2f29d7ba1f392a4f1924232d139856a1 /cups/transcode.h
parentcc9a7e967e8a95fcbab146241ae142d55a3ef9d6 (diff)
Import CUPS 1.4svn-r7041.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@520 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/transcode.h')
-rw-r--r--cups/transcode.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cups/transcode.h b/cups/transcode.h
index 927826855..8c8cd5005 100644
--- a/cups/transcode.h
+++ b/cups/transcode.h
@@ -57,17 +57,17 @@ typedef unsigned long cups_vbcs_t; /* VBCS Legacy 32-bit unit */
extern int cupsCharsetToUTF8(cups_utf8_t *dest,
const char *src,
const int maxout,
- const cups_encoding_t encoding);
+ const cups_encoding_t encoding) _CUPS_API_1_2;
extern int cupsUTF8ToCharset(char *dest,
const cups_utf8_t *src,
const int maxout,
- const cups_encoding_t encoding);
+ const cups_encoding_t encoding) _CUPS_API_1_2;
extern int cupsUTF8ToUTF32(cups_utf32_t *dest,
const cups_utf8_t *src,
- const int maxout);
+ const int maxout) _CUPS_API_1_2;
extern int cupsUTF32ToUTF8(cups_utf8_t *dest,
const cups_utf32_t *src,
- const int maxout);
+ const int maxout) _CUPS_API_1_2;
# ifdef __cplusplus
}