diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-12 21:09:42 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-12 21:27:37 +0100 |
commit | 24c4029c96fa04b3cb4f90fbb36dc5248dd39810 (patch) | |
tree | ca51727f97207117f335f0309c063ffd2f168f2d /src/core/wee-sys.h | |
parent | bb346f8c6c62655a6ef8fe4bc848d179258ce008 (diff) | |
download | weechat-24c4029c96fa04b3cb4f90fbb36dc5248dd39810.zip |
core: remove "wee-" prefix from source files in src/core and src/core/hook
Diffstat (limited to 'src/core/wee-sys.h')
-rw-r--r-- | src/core/wee-sys.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/core/wee-sys.h b/src/core/wee-sys.h deleted file mode 100644 index 6ad8e1d98..000000000 --- a/src/core/wee-sys.h +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Copyright (C) 2023-2024 Sébastien Helleu <flashcode@flashtux.org> - * - * This file is part of WeeChat, the extensible chat client. - * - * WeeChat 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 3 of the License, or - * (at your option) any later version. - * - * WeeChat 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 WeeChat. If not, see <https://www.gnu.org/licenses/>. - */ - -#ifndef WEECHAT_SYS_H -#define WEECHAT_SYS_H - -#ifdef HAVE_SYS_RESOURCE_H -struct t_rlimit_resource -{ - char *name; /* name of resource */ - int resource; /* value of resource */ -}; -#endif /* HAVE_SYS_RESOURCE_H */ - -extern void sys_setrlimit (); -extern void sys_display_rlimit (); -extern void sys_display_rusage (); -extern void sys_waitpid (int number_processes); - -#endif /* WEECHAT_SYS_H */ |