[BACK]Return to asr.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/asr.h between version 1.1 and 1.2

version 1.1, 2014/03/26 18:13:15 version 1.2, 2019/10/24 05:57:41
Line 58 
Line 58 
 /* Forward declaration. The API uses opaque pointers as query handles. */  /* Forward declaration. The API uses opaque pointers as query handles. */
 struct asr_query;  struct asr_query;
   
   void *asr_resolver_from_string(const char *);
   void asr_resolver_free(void *);
 int asr_run(struct asr_query *, struct asr_result *);  int asr_run(struct asr_query *, struct asr_result *);
 int asr_run_sync(struct asr_query *, struct asr_result *);  int asr_run_sync(struct asr_query *, struct asr_result *);
 void asr_abort(struct asr_query *);  void asr_abort(struct asr_query *);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2