X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fresolvconf.c;h=df3a834bf6b6ae152d874133f43d6fc249cd1e20;hb=28037643bd3275b6567fbfd84feee909cbfb5352;hp=7dc1205247c0d486d3b2c85dad95f4d3570ebdf3;hpb=8f683573410f1ad35e700347c5018c8c4de22258;p=connman diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c index 7dc1205..df3a834 100644 --- a/plugins/resolvconf.c +++ b/plugins/resolvconf.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2008 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -27,6 +27,7 @@ #include #include +#define CONNMAN_API_SUBJECT_TO_CHANGE #include #include #include @@ -93,4 +94,4 @@ static void resolvconf_exit(void) } CONNMAN_PLUGIN_DEFINE(resolvconf, "Name resolver plugin", VERSION, - resolvconf_init, resolvconf_exit) + CONNMAN_PLUGIN_PRIORITY_DEFAULT, resolvconf_init, resolvconf_exit)