From eaef169d7563ea5b426c7a51c9afea9177d92b72 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 28 Jun 2026 03:00:32 +0000 Subject: added reason why i don't self host videos --- include/add_repo.h | 20 ++++++++++++++++++++ include/build.h | 20 ++++++++++++++++++++ include/cla_parse.h | 20 ++++++++++++++++++++ include/cmd_out.h | 20 ++++++++++++++++++++ include/copy_install.h | 20 ++++++++++++++++++++ include/create_pkg.h | 20 ++++++++++++++++++++ include/declare.h | 20 ++++++++++++++++++++ include/fetch_git.h | 20 ++++++++++++++++++++ include/fetch_pwd.h | 20 ++++++++++++++++++++ include/fetch_src.h | 20 ++++++++++++++++++++ include/files.h | 20 ++++++++++++++++++++ include/help.h | 20 ++++++++++++++++++++ include/install_pkg.h | 20 ++++++++++++++++++++ include/is_updated.h | 20 ++++++++++++++++++++ include/link_install.h | 20 ++++++++++++++++++++ include/list_pkgs.h | 20 ++++++++++++++++++++ include/lua_build.h | 20 ++++++++++++++++++++ include/lua_state.h | 20 ++++++++++++++++++++ include/name_from_url.h | 20 ++++++++++++++++++++ include/remove_pkg.h | 20 ++++++++++++++++++++ include/resolve_deps.h | 20 ++++++++++++++++++++ include/search.h | 20 ++++++++++++++++++++ include/set_install_directories.h | 20 ++++++++++++++++++++ include/setup_dirs.h | 20 ++++++++++++++++++++ include/setup_pkgit.h | 20 ++++++++++++++++++++ include/update_all.h | 20 ++++++++++++++++++++ include/update_pkg.h | 20 ++++++++++++++++++++ include/vars.h | 20 ++++++++++++++++++++ 28 files changed, 560 insertions(+) (limited to 'include') diff --git a/include/add_repo.h b/include/add_repo.h index 1f41e4b..5b32bd7 100644 --- a/include/add_repo.h +++ b/include/add_repo.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef ADD_REPO_H #define ADD_REPO_H diff --git a/include/build.h b/include/build.h index 18b92e2..18c08fd 100644 --- a/include/build.h +++ b/include/build.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef BUILD_H #define BUILD_H diff --git a/include/cla_parse.h b/include/cla_parse.h index 68f1c49..19ae172 100644 --- a/include/cla_parse.h +++ b/include/cla_parse.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef CLA_PARSE_H #define CLA_PARSE_H diff --git a/include/cmd_out.h b/include/cmd_out.h index ff4e882..1b5a35a 100644 --- a/include/cmd_out.h +++ b/include/cmd_out.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef CMD_OUT_H #define CMD_OUT_H diff --git a/include/copy_install.h b/include/copy_install.h index d0750b6..18ff679 100644 --- a/include/copy_install.h +++ b/include/copy_install.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef COPY_INSTALL_H #define COPY_INSTALL_H diff --git a/include/create_pkg.h b/include/create_pkg.h index ed6da14..0bad45d 100644 --- a/include/create_pkg.h +++ b/include/create_pkg.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef CREATE_PKG_H #define CREATE_PKG_H diff --git a/include/declare.h b/include/declare.h index daf2b5b..7b4b979 100644 --- a/include/declare.h +++ b/include/declare.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef DECLARE #define DECLARE void declare(); diff --git a/include/fetch_git.h b/include/fetch_git.h index 9b9af46..b27661e 100644 --- a/include/fetch_git.h +++ b/include/fetch_git.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef FETCH_GIT_H #define FETCH_GIT_H diff --git a/include/fetch_pwd.h b/include/fetch_pwd.h index 242d520..e64689b 100644 --- a/include/fetch_pwd.h +++ b/include/fetch_pwd.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef FETCH_PWD_H #define FETCH_PWD_H diff --git a/include/fetch_src.h b/include/fetch_src.h index 089776c..fd647d5 100644 --- a/include/fetch_src.h +++ b/include/fetch_src.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef FETCH_SRC_H #define FETCH_SRC_H diff --git a/include/files.h b/include/files.h index fac3a1e..cc72ace 100644 --- a/include/files.h +++ b/include/files.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef FILES #define FILES const char *get_filename_ext(const char *filename); diff --git a/include/help.h b/include/help.h index dc2c7a3..c194be4 100644 --- a/include/help.h +++ b/include/help.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef HELP_H #define HELP_H diff --git a/include/install_pkg.h b/include/install_pkg.h index 52ce9c0..c35d8e3 100644 --- a/include/install_pkg.h +++ b/include/install_pkg.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef INSTALL_PKG_H #define INSTALL_PKG_H diff --git a/include/is_updated.h b/include/is_updated.h index a5ba31f..05cea76 100644 --- a/include/is_updated.h +++ b/include/is_updated.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef IS_UPDATED_H #define IS_UPDATED_H diff --git a/include/link_install.h b/include/link_install.h index a9528bb..084559b 100644 --- a/include/link_install.h +++ b/include/link_install.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef LINK_INSTALL_H #define LINK_INSTALL_H diff --git a/include/list_pkgs.h b/include/list_pkgs.h index 6a00ad6..3ae6900 100644 --- a/include/list_pkgs.h +++ b/include/list_pkgs.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef LIST_PKGS_H #define LIST_PKGS_H diff --git a/include/lua_build.h b/include/lua_build.h index 401a591..70c2e8b 100644 --- a/include/lua_build.h +++ b/include/lua_build.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef LUA_BUILD_H #define LUA_BUILD_H diff --git a/include/lua_state.h b/include/lua_state.h index f8564b9..e026ec4 100644 --- a/include/lua_state.h +++ b/include/lua_state.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef LUA_STATE_H #define LUA_STATE_H diff --git a/include/name_from_url.h b/include/name_from_url.h index fc80b45..ab2761b 100644 --- a/include/name_from_url.h +++ b/include/name_from_url.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef NAME_FROM_URL_H #define NAME_FROM_URL_H diff --git a/include/remove_pkg.h b/include/remove_pkg.h index 66ee5aa..4ac5ca0 100644 --- a/include/remove_pkg.h +++ b/include/remove_pkg.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef REMOVE_PKG_H #define REMOVE_PKG_H diff --git a/include/resolve_deps.h b/include/resolve_deps.h index 3874932..1e0b8ee 100644 --- a/include/resolve_deps.h +++ b/include/resolve_deps.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef RESOLVE_DEPS_H #define RESOLVE_DEPS_H void resolve_deps(void); diff --git a/include/search.h b/include/search.h index 991a885..a316a71 100644 --- a/include/search.h +++ b/include/search.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef FIND #define FIND void search(const char* arg); diff --git a/include/set_install_directories.h b/include/set_install_directories.h index b89330b..22886e1 100644 --- a/include/set_install_directories.h +++ b/include/set_install_directories.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef SET_INSTALL_DIRECTORIES_H #define SET_INSTALL_DIRECTORIES_H diff --git a/include/setup_dirs.h b/include/setup_dirs.h index 8d07748..4490948 100644 --- a/include/setup_dirs.h +++ b/include/setup_dirs.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef SETUP_DIRS_H #define SETUP_DIRS_H diff --git a/include/setup_pkgit.h b/include/setup_pkgit.h index 3c32fd1..9554969 100644 --- a/include/setup_pkgit.h +++ b/include/setup_pkgit.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef SETUP_PKGIT_H #define SETUP_PKGIT_H diff --git a/include/update_all.h b/include/update_all.h index 3d40e75..022c92b 100644 --- a/include/update_all.h +++ b/include/update_all.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef UPDATE_ALL_H #define UPDATE_ALL_H diff --git a/include/update_pkg.h b/include/update_pkg.h index 95d9aa8..8d3a993 100644 --- a/include/update_pkg.h +++ b/include/update_pkg.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef UPDATE_PKG_H #define UPDATE_PKG_H diff --git a/include/vars.h b/include/vars.h index 58cf634..53a5203 100644 --- a/include/vars.h +++ b/include/vars.h @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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. + + 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, see . + +*/ + #ifndef VARS_H #define VARS_H -- cgit v1.2.3