dpkg 1.22.7-3-g89f48
|
#include <config.h>
#include <compat.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <dpkg/dpkg.h>
#include <dpkg/varbuf.h>
#include <dpkg/error.h>
Functions | |
bool | dpkg_has_error (struct dpkg_error *err) |
int | dpkg_put_warn (struct dpkg_error *err, const char *fmt,...) |
int | dpkg_put_error (struct dpkg_error *err, const char *fmt,...) |
int | dpkg_put_errno (struct dpkg_error *err, const char *fmt,...) |
void | dpkg_error_print (struct dpkg_error *err, const char *fmt,...) |
void | dpkg_error_move (struct dpkg_error *dst, struct dpkg_error *src) |
void | dpkg_error_destroy (struct dpkg_error *err) |