aboutsummaryrefslogblamecommitdiffstats
path: root/internal.h
blob: e9b1ac3afcd9720630fa0169b88caa2b3de87f2f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                        
/* See LICENSE file for copyright and license details. */
#include "liberror-libc.h"

#include <sys/socket.h>
#include <errno.h>
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>


void liberror_set_error(const char[256], const char[64], const char[64], long long int);
void liberror_set_error_errno(const char[256], const char[64], int);