Bontiv-Sourceer source code viewer
Root | Help
./web-crawler/src/link.h
#ifndef _H_LINK
#define _H_LINK 1

#include <mysql.h>

typedef enum {AbsoluteLink, RelativeLink, InternalLink} LinkType;

void fnd_urls(char* content, char* base, MYSQL* sql);
LinkType WhatLink(char* link);

#endif
Presented with Bontiv-Sourceer