Codebase list dillo / lintian-fixes/upstream src / domain.h
lintian-fixes/upstream

Tree @lintian-fixes/upstream (Download .tar.gz)

domain.h @lintian-fixes/upstreamraw · history · blame

#ifndef __DOMAIN_H__
#define __DOMAIN_H__

#ifdef __cplusplus
extern "C" {
#endif

#include <stdio.h>
#include "url.h"

void a_Domain_parse(FILE *fp);
void a_Domain_freeall(void);
bool_t a_Domain_permit(const DilloUrl *source, const DilloUrl *dest);

#ifdef __cplusplus
}
#endif

#endif