~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/archive_reader.c

  • Committer: brian
  • Date: 2008-07-27 01:05:35 UTC
  • mfrom: (212.5.24 remove-include-dir)
  • Revision ID: brian@localhost.localdomain-20080727010535-y458velrxny2uuhy
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#include <assert.h>
4
4
#include <stdio.h>
5
5
#include <stdarg.h>
6
 
#include <m_ctype.h>
7
 
#include <m_string.h>
8
 
#include <my_getopt.h>
 
6
#include <mystrings/m_ctype.h>
 
7
#include <mystrings/m_string.h>
 
8
#include <mysys/my_getopt.h>
9
9
#include <drizzle_version.h>
10
10
 
11
11
#define BUFFER_LEN 1024