1SURL_REGISTER_ENGINE(3)             libsurl            SURL_REGISTER_ENGINE(3)
2
3
4

NAME

6       surl_register_engine - Register the specified engine with the SURL
7       object.
8

SYNOPSIS

10       #include <libsurl-fe.h>
11
12       int surl_register_engine(SURL *surl, char *servicename,
13                                surl_engine_t *engine);
14

DESCRIPTION

16       surl_register_engine registers an engine with the given SURL under the
17       name of the given service. This engine will be automatically used to
18       create shortened URLs with that service.
19

BUGS

21       surl_register_engine() has no known bugs.
22

AUTHOR

24       Scott R. Lawrence <bytbox@gmail.com>
25           Original author
26
28       Copyright © 2009 Scott Lawrence
29
30       Permission is granted to copy, distribute and/or modify this document
31       under the terms of the GNU Free Documentation License, Version 1.1 or
32       any later version published by the Free Software Foundation; with no
33       Invariant Sections, with no Front-Cover texts, and with no Back-Cover
34       Texts. A copy of the license is included in the section entitled "GNU
35       Free Documentation License".
36
37
38
39
40libsurl 0.7.0                     2010-01-01           SURL_REGISTER_ENGINE(3)
Impressum