Fix README and add doc to tarball
[lttng-tools.git] / lttng / cmd.h
index c81eb5f6abb4f952e81f5a40447b984385827fa8..85efd734a6ec4735465c07b4b125bfd2c6e8f144 100644 (file)
@@ -3,8 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * as published by the Free Software Foundation; only version 2
+ * of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -40,7 +40,6 @@ struct cmd_struct {
 extern int cmd_list(int argc, const char **argv);
 extern int cmd_create(int argc, const char **argv);
 extern int cmd_destroy(int argc, const char **argv);
-extern int cmd_add_channel(int argc, const char **argv);
 extern int cmd_start(int argc, const char **argv);
 extern int cmd_stop(int argc, const char **argv);
 extern int cmd_enable_events(int argc, const char **argv);
This page took 0.023323 seconds and 4 git commands to generate.