libpurple/server.h

branch
gtkdoc-conversion
changeset 35487
494f09f7f331
parent 35473
b5427137c6d0
child 35499
c4c5e0a670b1
child 37094
84873ce721dc
equal deleted inserted replaced
35486:fe9a7f6143c1 35487:494f09f7f331
16 * 16 *
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */ 20 */
21
22 #ifndef _PURPLE_SERVER_H_
23 #define _PURPLE_SERVER_H_
21 /** 24 /**
22 * SECTION:server 25 * SECTION:server
23 * @section_id: libpurple-server 26 * @section_id: libpurple-server
24 * @short_description: <filename>server.h</filename> 27 * @short_description: <filename>server.h</filename>
25 * @title: Server API 28 * @title: Server API
26 */ 29 */
27
28 #ifndef _PURPLE_SERVER_H_
29 #define _PURPLE_SERVER_H_
30 30
31 #include "accounts.h" 31 #include "accounts.h"
32 #include "conversations.h" 32 #include "conversations.h"
33 #include "prpl.h" 33 #include "prpl.h"
34 34

mercurial