#ifndef PAGER_H #define PAGER_H void scanpage (char *url, char *path); int getpage (char *url, char *path); #endif