dpkg 1.22.7-3-g89f48
Loading...
Searching...
No Matches
Typedefs | Functions
report.h File Reference

(23cfdbf10)

#include <stdarg.h>
#include <stdio.h>
#include <dpkg/macros.h>
Include dependency graph for report.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void dpkg_warning_printer_func(const char *msg, void *data)
 

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) DPKG_ATTR_VPRINTF(1)
 
void warning (const char *fmt,...) DPKG_ATTR_PRINTF(1)
 
void notice (const char *fmt,...) DPKG_ATTR_PRINTF(1)
 
void info (const char *fmt,...) DPKG_ATTR_PRINTF(1)