~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/azio.h

  • Committer: Brian Aker
  • Date: 2009-08-18 07:19:56 UTC
  • mfrom: (1116.1.3 stewart)
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090818071956-nfpoe9rp3i7p50kx
Merge my branch from Stewart into one branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
 
373
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
 
extern int azwrite_comment (azio_stream *s, char *blob, unsigned int length);
 
375
extern int azwrite_comment (azio_stream *s, const char *blob, unsigned int length);
376
376
extern int azread_comment (azio_stream *s, char *blob);
377
377
 
378
378
#ifdef  __cplusplus