summaryrefslogtreecommitdiff
path: root/dbe
diff options
context:
space:
mode:
Diffstat (limited to 'dbe')
-rw-r--r--dbe/dbe.c2
-rw-r--r--dbe/dbestruct.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbe/dbe.c b/dbe/dbe.c
index c5293faab..ff9df7f9f 100644
--- a/dbe/dbe.c
+++ b/dbe/dbe.c
@@ -1553,7 +1553,7 @@ DbeDestroyWindow(WindowPtr pWin)
*
*****************************************************************************/
-_X_EXPORT void
+void
DbeExtensionInit(void)
{
ExtensionEntry *extEntry;
diff --git a/dbe/dbestruct.h b/dbe/dbestruct.h
index 641f209da..e067f3761 100644
--- a/dbe/dbestruct.h
+++ b/dbe/dbestruct.h
@@ -74,7 +74,7 @@
/* Marker for free elements in the buffer ID array. */
#define DBE_FREE_ID_ELEMENT 0
-extern void DbeExtensionInit (void);
+extern _X_EXPORT void DbeExtensionInit (void);
/* TYPEDEFS */