Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
a60b97bf
Commit
a60b97bf
authored
May 22, 2006
by
Browse files
Added IRC tracker
git-svn-id:
file:///home/svn/mapi/trunk@535
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
b81f2b4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tracklib/tracklib.c
View file @
a60b97bf
...
...
@@ -10,7 +10,7 @@
__attribute__
((
constructor
))
void
init
();
__attribute__
((
destructor
))
void
fini
();
mapidflib_functionlist_t
functions
[
6
];
mapidflib_functionlist_t
functions
[
7
];
extern
mapidflib_function_def_t
*
trackftp_get_funct_info
();
extern
mapidflib_function_def_t
*
gnutella_get_funct_info
();
...
...
@@ -18,6 +18,7 @@ extern mapidflib_function_def_t * torrent_get_funct_info();
extern
mapidflib_function_def_t
*
dc_get_funct_info
();
extern
mapidflib_function_def_t
*
edonkey_get_funct_info
();
extern
mapidflib_function_def_t
*
ipoverip_get_funct_info
();
extern
mapidflib_function_def_t
*
irc_get_funct_info
();
mapidflib_functionlist_t
*
mapidflib_get_function_list
()
{
...
...
@@ -43,6 +44,10 @@ mapidflib_functionlist_t* mapidflib_get_function_list()
functions
[
5
].
def
=
ipoverip_get_funct_info
();
functions
[
5
].
def
->
libname
=
libname
;
functions
[
5
].
next
=&
functions
[
6
];
functions
[
5
].
def
=
irc_get_funct_info
();
functions
[
5
].
def
->
libname
=
libname
;
functions
[
5
].
next
=
NULL
;
return
&
functions
[
0
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment