summaryrefslogtreecommitdiff
path: root/mi/migc.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-03 17:13:10 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-03 17:51:20 -0400
commitbd0e87c74789bd5447ec731aa2d2d6e05dd54abc (patch)
treeaa18bd4666fd2e9c366a50dd693a7e7b7588fee1 /mi/migc.c
parentee5e07bc22f0c3af7a412b6bc430eae6a1dafe16 (diff)
Remove a bunch of unused API from the mi export list.
Diffstat (limited to 'mi/migc.c')
-rw-r--r--mi/migc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mi/migc.c b/mi/migc.c
index 8590d913d..c84665993 100644
--- a/mi/migc.c
+++ b/mi/migc.c
@@ -58,7 +58,7 @@ miDestroyGC(GCPtr pGC)
* create a private op array for a gc
*/
-_X_EXPORT GCOpsPtr
+GCOpsPtr
miCreateGCOps(GCOpsPtr prototype)
{
GCOpsPtr ret;
@@ -71,7 +71,7 @@ miCreateGCOps(GCOpsPtr prototype)
return ret;
}
-_X_EXPORT void
+void
miDestroyGCOps(GCOpsPtr ops)
{
if (ops->devPrivate.val)