summaryrefslogtreecommitdiff
path: root/src/libassuan.def
blob: cc5509e3ed679ff797bcfa8e1e8e5487934da3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
; 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_end_confidential		@6
    assuan_get_active_fds		@7
    assuan_get_assuan_log_prefix	@8
    assuan_get_data_fp			@9
    assuan_get_flag			@10  
    assuan_get_gpg_err_source           @11
    assuan_get_input_fd			@12  
    assuan_get_log_cb                   @13
    assuan_get_malloc_hooks             @14
    assuan_get_output_fd		@15  
    assuan_get_pid			@16
    assuan_get_pointer			@17
    assuan_init_pipe_server		@18
    assuan_init_socket_server		@19  
    assuan_init_socket_server_ext	@20
    assuan_inquire			@21
    assuan_inquire_ext			@22
    assuan_new                          @23
    assuan_new_ext                      @24
    assuan_pending_line			@25
    assuan_pipe_connect			@26
    assuan_pipe_connect_ext		@27
    assuan_process			@28
    assuan_process_done			@29
    assuan_process_next			@30
    assuan_read_line			@31
    assuan_receivefd			@32
    assuan_register_bye_notify		@33
    assuan_register_cancel_notify	@34
    assuan_register_command		@35
    assuan_register_input_notify	@36
    assuan_register_option_handler	@37
    assuan_register_output_notify	@38
    assuan_register_post_cmd_notify	@39
    assuan_register_reset_notify	@40
    assuan_release                      @41
    assuan_send_data			@42
    assuan_sendfd			@43
    assuan_set_assuan_log_prefix	@44
    assuan_set_error			@45
    assuan_set_flag			@46
    assuan_set_gpg_err_source           @47
    assuan_set_hello_line		@48
    assuan_set_io_monitor		@49
    assuan_set_log_cb                   @50
    assuan_set_log_stream		@51
    assuan_set_malloc_hooks		@52
    assuan_set_okay_line		@53
    assuan_set_pointer			@54
    assuan_sock_bind			@55
    assuan_sock_check_nonce		@56
    assuan_sock_close			@57
    assuan_sock_connect			@58
    assuan_sock_get_nonce		@59
    assuan_sock_new			@60
    assuan_socket_connect		@61
    assuan_socket_connect_ext		@62
    assuan_transact			@63
    assuan_write_line			@64
    assuan_write_status			@65

; END