dpkg 1.21.11
Functions
error.c File Reference

(3d4ecf6f9)

#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>
Include dependency graph for error.c:

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)