X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fmodule.h;h=39319151f8184bc5fbd0ddc745d96ade65a8db46;hb=d0cd7f0949c2fd90d5a39361b192c9b2d96bf5d4;hp=2649902c606d3f88b6bb212015c0472785b9ade1;hpb=996acd9220aa2a8e2bb502cc95d140eb44c322de;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/module.h b/ltt/branches/poly/include/lttv/module.h index 2649902c..39319151 100644 --- a/ltt/branches/poly/include/lttv/module.h +++ b/ltt/branches/poly/include/lttv/module.h @@ -1,3 +1,21 @@ +/* This file is part of the Linux Trace Toolkit viewer + * Copyright (C) 2003-2004 Michel Dagenais + * + * 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 + * published by the Free Software Foundation; + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, + * MA 02111-1307, USA. + */ + #ifndef MODULES_H #define MODULES_H @@ -66,4 +84,5 @@ LttvModule **lttv_module_list(guint *nb); LttvModule **lttv_module_info(LttvModule *m, const char **name, guint *ref_count, guint *load_count, guint *nb_dependents); +char * lttv_module_name(LttvModule *m); #endif // MODULES_H