File modules/au/AU_util.h
Included in:
modules/au/AU_util.c
Included Files
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <regex.h>
#include <glib.h>
#include "include/er_UP_errors.h"
#include "include/erroutines.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <assert.h>
#include <time.h>
#include <stdarg.h>
#include <strings.h>
#include <include/bitmask.h>
#include <include/er_aspects.h>
#include <include/stubs.h>
#include "include/er_facilities.h"
#include <include/erroutines.h>
#include "include/er_ER_errors.h"
#include "include/er_IP_errors.h"
#include "include/er_RX_errors.h"
#include "include/er_UP_errors.h"
#include "include/er_UT_errors.h"
#include "include/er_WH_errors.h"
#include "include/er_RP_errors.h"
#include "include/er_QI_errors.h"
#include "include/er_QC_errors.h"
#include "include/er_PW_errors.h"
#include "include/er_SK_errors.h"
#include "include/er_TH_errors.h"
#include "include/er_SQ_errors.h"
#include "include/er_PM_errors.h"
#include "include/erroutines.h"
Preprocessor definitions
#define AU_UTIL_H
#define AU_MAIL_FROM
1
#define AU_CRYPT_PW
2
#define AU_PGP
3
#define AU_NONE
4
Typedef credentials_struct
typedef struct _credentials_struct credentials_struct
struct _credentials_struct
{
GSList* password_list;
char* from;
char pgp_struct[10];
}
Typedef auth_struct
typedef struct _auth_struct auth_struct
struct _auth_struct
{
int type;
char* auth;
char* mntner_name;
int index;
char* pgp_struct;
}