aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgcedev.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgcedev.def')
-rw-r--r--src/gpgcedev.def33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/gpgcedev.def b/src/gpgcedev.def
new file mode 100644
index 0000000..387e3a6
--- /dev/null
+++ b/src/gpgcedev.def
@@ -0,0 +1,33 @@
+; gpgcedev.def - List of symbols to export for gpgcedev.
+; Copyright (C) 2010 Free Software Foundation, Inc.
+;
+; This file is part of Assuan.
+;
+; Assuan is free software; you can redistribute it and/or modify it
+; under the terms of the GNU Lesser General Public License as
+; published by the Free Software Foundation; either version 3 of
+; the License, or (at your option) any later version.
+;
+; Assuan is distributed in the hope that it will be useful, but
+; WITHOUT ANY WARRANTY; without even the implied warranty of
+; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+; Lesser General Public License for more details.
+;
+; You should have received a copy of the GNU Lesser General Public
+; License along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+
+EXPORTS
+ GPG_Init
+ GPG_Deinit
+ GPG_Open
+ GPG_Close
+ GPG_Read
+ GPG_Write
+ GPG_Seek
+ GPG_IOControl
+ GPG_PowerUp
+ GPG_PowerDown
+
+; END
+