summaryrefslogtreecommitdiff
path: root/src/gpgcedev.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgcedev.def')
-rw-r--r--src/gpgcedev.def34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/gpgcedev.def b/src/gpgcedev.def
deleted file mode 100644
index bc52d3a..0000000
--- a/src/gpgcedev.def
+++ /dev/null
@@ -1,34 +0,0 @@
-; 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/>.
-; SPDX-License-Identifier: LGPL-3.0+
-
-
-EXPORTS
- GPG_Init
- GPG_Deinit
- GPG_Open
- GPG_Close
- GPG_Read
- GPG_Write
- GPG_Seek
- GPG_IOControl
- GPG_PowerUp
- GPG_PowerDown
-
-; END
-