dpkg 1.22.7-3-g89f48
|
#include <config.h>
#include <compat.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <dpkg/dpkg.h>
#include <dpkg/macros.h>
#include <dpkg/i18n.h>
#include <dpkg/progname.h>
#include <dpkg/color.h>
#include <dpkg/report.h>
Functions | |
void | dpkg_set_report_piped_mode (int mode) |
void | dpkg_set_report_buffer (FILE *fp) |
void | dpkg_warning_printer (const char *msg, void *data) |
void | dpkg_set_warning_printer (dpkg_warning_printer_func *printer, void *data) |
int | warning_get_count (void) |
void | warningv (const char *fmt, va_list args) |
void | warning (const char *fmt,...) |
void | notice (const char *fmt,...) |
void | info (const char *fmt,...) |