summaryrefslogtreecommitdiff
path: root/pith/smime.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/smime.c')
-rw-r--r--pith/smime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/smime.c b/pith/smime.c
index d0ee89a1..1e74316e 100644
--- a/pith/smime.c
+++ b/pith/smime.c
@@ -2669,7 +2669,7 @@ static STORE_S*
get_part_contents(long msgno, const char *section)
{
long len;
- gf_io_t pc;
+ gf_o_t pc;
STORE_S *store = NULL;
char *err;
@@ -3651,7 +3651,7 @@ fiddle_smime_message(BODY *b, long msgno)
* Output a string in a distinctive style
*/
void
-gf_puts_uline(char *txt, gf_io_t pc)
+gf_puts_uline(char *txt, gf_o_t pc)
{
pc(TAG_EMBED); pc(TAG_BOLDON);
gf_puts(txt, pc);