~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to plugin/archive/azio.h

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
370
370
size_t azwrite_row(azio_stream *s, void *buf, unsigned int len);
371
371
size_t azread_row(azio_stream *s, int *error);
372
372
 
373
 
extern int azwrite_frm (azio_stream *s, char *blob, unsigned int length);
 
373
extern int azwrite_frm (azio_stream *s, const char *blob, unsigned int length);
374
374
extern int azread_frm (azio_stream *s, char *blob);
375
375
extern int azwrite_comment (azio_stream *s, char *blob, unsigned int length);
376
376
extern int azread_comment (azio_stream *s, char *blob);