X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Futils.h;h=5492d5e67f8abd38cff8561b57ebf3cf8e0a41af;hp=90f7f46b1276b57d1da0be934dad185e9171f759;hb=e4baff1ed855ca743e95068ca6449fd906d2d833;hpb=f3ed775ef4842019b396f06095b053c3a70bc3c8 diff --git a/lttng/utils.h b/lttng/utils.h index 90f7f46b1..5492d5e67 100644 --- a/lttng/utils.h +++ b/lttng/utils.h @@ -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 @@ -21,6 +21,6 @@ char *get_config_file_path(void); char *get_session_name(void); -int set_session_name(void); +int set_session_name(char *name); #endif /* _LTTNG_UTILS_H */