aboutsummaryrefslogtreecommitdiff
path: root/gacopyz
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-01-21 19:57:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-01-21 19:57:19 +0000
commit322a1383cf44d5eec1c257a339c6826d3df67909 (patch)
treef60d08368fc3bfa5776d6ae5a77f436203c118d3 /gacopyz
parentaf3166878d79c9d757c2549e943a4e77212471d8 (diff)
downloadmailfromd-322a1383cf44d5eec1c257a339c6826d3df67909.tar.gz
mailfromd-322a1383cf44d5eec1c257a339c6826d3df67909.tar.bz2
(smfi_setpriv, smfi_getpriv): Rename to gacopyz_*
git-svn-id: file:///svnroot/mailfromd/trunk@1198 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'gacopyz')
-rw-r--r--gacopyz/context.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gacopyz/context.c b/gacopyz/context.c
index 95e511a9..c516c69c 100644
--- a/gacopyz/context.c
+++ b/gacopyz/context.c
@@ -1,5 +1,5 @@
/* This file is part of gacopyz.
- Copyright (C) 2006 Sergey Poznyakoff
+ Copyright (C) 2006, 2007 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
#include <gacopyz_priv.h>
int
-smfi_setpriv (SMFICTX *ctx, void *data)
+gacopyz_setpriv (SMFICTX *ctx, void *data)
{
if (!ctx)
return MI_FAILURE;
@@ -28,7 +28,7 @@ smfi_setpriv (SMFICTX *ctx, void *data)
}
void *
-smfi_getpriv (SMFICTX *ctx)
+gacopyz_getpriv (SMFICTX *ctx)
{
if (!ctx)
return NULL;

Return to:

Send suggestions and report system problems to the System administrator.