Added a -h option to sicslog querying
Fixed the mongodb path in sicslogmain to point to the production server
This commit is contained in:
@ -25,8 +25,8 @@ int sicslogSetup(char *url, char *inst);
|
||||
int sicslogQuery(int argc, char *argv[], ResultCallback_t func, void *userData);
|
||||
|
||||
/*
|
||||
If sicslogQuery returned or sicslogSetup returns an error, retrieve a description
|
||||
of it. Only valid right after the error inducing call.
|
||||
If sicslogQuery or sicslogSetup returns an error, retrieve a description
|
||||
of it. Only valid right after the error inducing call.
|
||||
*/
|
||||
char *sicslogGetError();
|
||||
|
||||
|
Reference in New Issue
Block a user