Add copyright notices and some comments about status and TODO
[lttv.git] / ltt / branches / poly / include / lttv / traceset.h
index 2f43a22894a94bbaed77a82d4355ff19ec34c897..9d29d7a388eee3e8db55431715c5dce3a7b8429f 100644 (file)
@@ -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 TRACESET_H
 #define TRACESET_H
 
@@ -15,6 +33,8 @@ typedef struct _LttvTrace LttvTrace;
 
 LttvTraceset *lttv_traceset_new();
 
+char * lttv_traceset_name(LttvTraceset * s);
+
 LttvTrace *lttv_trace_new(LttTrace *t);
 
 LttvTraceset *lttv_traceset_copy(LttvTraceset *s_orig);
This page took 0.0224 seconds and 4 git commands to generate.