summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/command_line_arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src/command_line_arguments.h')
-rw-r--r--other/bootstrap_daemon/src/command_line_arguments.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/bootstrap_daemon/src/command_line_arguments.h b/other/bootstrap_daemon/src/command_line_arguments.h
index d0f07583..e6e69eed 100644
--- a/other/bootstrap_daemon/src/command_line_arguments.h
+++ b/other/bootstrap_daemon/src/command_line_arguments.h
@@ -22,8 +22,8 @@
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 23 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
24 */ 24 */
25#ifndef COMMAND_LINE_ARGUMENTS_H 25#ifndef C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_COMMAND_LINE_ARGUMENTS_H
26#define COMMAND_LINE_ARGUMENTS_H 26#define C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_COMMAND_LINE_ARGUMENTS_H
27 27
28#include "log.h" 28#include "log.h"
29 29
@@ -40,4 +40,4 @@
40void handle_command_line_arguments(int argc, char *argv[], char **cfg_file_path, LOG_BACKEND *log_backend, 40void handle_command_line_arguments(int argc, char *argv[], char **cfg_file_path, LOG_BACKEND *log_backend,
41 bool *run_in_foreground); 41 bool *run_in_foreground);
42 42
43#endif // COMMAND_LINE_ARGUMENTS_H 43#endif // C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_COMMAND_LINE_ARGUMENTS_H