libdebian-installer
system/utils.h
1 /*
2  * utils.h
3  *
4  * Copyright (C) 2003 Bastian Blank <waldi@debian.org>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program. If not, see <http://www.gnu.org/licenses/>.
18  */
19 
20 #ifndef DEBIAN_INSTALLER__SYSTEM__UTILS_H
21 #define DEBIAN_INSTALLER__SYSTEM__UTILS_H
22 
33 void di_system_init (const char *progname);
34 
36 #endif
di_log_handler_syslog
di_log_handler di_log_handler_syslog
Definition: log.h:104
di_system_subarch_analyze
const char * di_system_subarch_analyze(void)
Definition: subarch-arm-linux.c:176
DI_LOG_LEVEL_MASK
@ DI_LOG_LEVEL_MASK
Definition: log.h:45
di_init
void di_init(const char *progname)
Definition: utils.c:28
di_log_set_handler
unsigned int di_log_set_handler(di_log_level_flags log_levels, di_log_handler *log_func, void *user_data)
Definition: log.c:189
di_system_subarch_analyze_guess
const char * di_system_subarch_analyze_guess(void)
Definition: system/utils.c:44
di_system_init
void di_system_init(const char *_progname)
Definition: system/utils.c:31
di_progname_get
const char * di_progname_get(void)
Definition: utils.c:33