#include "setup.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <curl/curl.h>
#include <curl/mprintf.h>
#include "urlglob.h"
Go to the source code of this file.
| #define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */ |
| Enumerator |
|---|
| GLOB_OK |
|
| GLOB_ERROR |
|
Definition at line 43 of file urlglob.c.
| char* glob_match_url |
( |
char * |
filename, |
|
|
URLGlob * |
glob |
|
) |
| |
| char* glob_next_url |
( |
URLGlob * |
glob | ) |
|
| int glob_url |
( |
URLGlob ** |
glob, |
|
|
char * |
url, |
|
|
int * |
urlnum, |
|
|
FILE * |
error |
|
) |
| |