aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test7.c
blob: 44c73d275b1d5013fa6649afc1beada2176b583a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

/* test provider stuff */


#include "camel.h"


int
main (int argc, char**argv)
{
    const CamelProvider *new_provider;

    camel_debug_level = CAMEL_LOG_LEVEL_FULL_DEBUG;

    gtk_init (&argc, &argv);
    camel_init ();


    new_provider = camel_provider_register_as_module ("../camel/providers/MH/.libs/libcamelmh.so");

    
    return 1;
}
ff9e82c518be29ad8da483b9a'>root/devel/p5-Locale-gettext
Commit message (Expand)AuthorAgeFilesLines
* - add stage supportaz2014-01-063-3/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2