#include "soapH.h"
#include <stdlib.h>
#include <string.h>
#include "googleapi.nsmap"
Go to the source code of this file.
|
#define | KEY "gBZjV4BQFHLsnOnD72hRRtBI50aWolQA" |
|
#define | GOOGLEURL "http://api.google.com/search/beta2" |
|
#define | GOOGLEACTION "urn:GoogleSearchAction" |
|
|
int | doSearch (char *pcQuery, char ***pppcTitles, char ***pppcSnippets, char ***pppcURLs, int iMaxNumber) |
|
#define GOOGLEACTION "urn:GoogleSearchAction" |
#define GOOGLEURL "http://api.google.com/search/beta2" |
#define KEY "gBZjV4BQFHLsnOnD72hRRtBI50aWolQA" |
int doSearch |
( |
char * |
pcQuery, |
|
|
char *** |
pppcTitles, |
|
|
char *** |
pppcSnippets, |
|
|
char *** |
pppcURLs, |
|
|
int |
iMaxNumber |
|
) |
| |