aboutsummaryrefslogtreecommitdiffstats
path: root/src/libassuan.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/libassuan.def')
-rw-r--r--src/libassuan.def88
1 files changed, 88 insertions, 0 deletions
diff --git a/src/libassuan.def b/src/libassuan.def
new file mode 100644
index 0000000..839d95f
--- /dev/null
+++ b/src/libassuan.def
@@ -0,0 +1,88 @@
+; assuan.def - List of symbols to export.
+; Copyright (C) 2005, 2009 g10 Code GmbH
+;
+; 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 2.1 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, write to the Free Software
+; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+
+EXPORTS
+ assuan_accept @1
+ assuan_begin_confidential @2
+ assuan_close_input_fd @3
+ assuan_close_output_fd @4
+ assuan_command_parse_fd @5
+ assuan_deinit_server @6
+ assuan_disconnect @7
+ assuan_end_confidential @8
+ assuan_get_active_fds @9
+ assuan_get_assuan_log_prefix @10
+ assuan_get_assuan_log_stream @11
+ assuan_get_data_fp @12
+ assuan_get_flag @13
+ assuan_get_input_fd @14
+ assuan_get_output_fd @15
+ assuan_get_peercred @16
+ assuan_get_pid @17
+ assuan_get_pointer @18
+ assuan_init_pipe_server @19
+ assuan_init_socket_server @21
+ assuan_init_socket_server_ext @22
+ assuan_inquire @23
+ assuan_inquire_ext @24
+ assuan_pending_line @25
+ assuan_pipe_connect @27
+ assuan_pipe_connect_ext @28
+ assuan_process @29
+ assuan_process_done @30
+ assuan_process_next @31
+ assuan_read_line @32
+ assuan_receivefd @33
+ assuan_register_bye_notify @34
+ assuan_register_cancel_notify @35
+ assuan_register_command @36
+ assuan_register_input_notify @37
+ assuan_register_option_handler @38
+ assuan_register_output_notify @39
+ assuan_register_post_cmd_notify @40
+ assuan_register_reset_notify @41
+ assuan_send_data @42
+ assuan_sendfd @43
+ assuan_set_assuan_err_source @44
+ assuan_set_assuan_log_prefix @45
+ assuan_set_assuan_log_stream @46
+ assuan_set_error @47
+ assuan_set_flag @48
+ assuan_set_hello_line @49
+ assuan_set_io_hooks @50
+ assuan_set_io_monitor @51
+ assuan_set_log_stream @52
+ assuan_set_malloc_hooks @53
+ assuan_set_okay_line @54
+ assuan_set_pointer @55
+ assuan_sock_bind @56
+ assuan_sock_check_nonce @57
+ assuan_sock_close @58
+ assuan_sock_connect @59
+ assuan_sock_get_nonce @60
+ assuan_sock_new @61
+ assuan_socket_connect @62
+ assuan_socket_connect_ext @63
+ assuan_transact @64
+ assuan_write_line @65
+ assuan_write_status @66
+
+; END
+