~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to src/database_xt.h

  • Committer: Paul McCullagh
  • Date: 2009-11-11 10:20:47 UTC
  • Revision ID: paul.mccullagh@primebase.org-20091111102047-r67bigvvfjzk2qbm
Further changes for Drizzle (thanks Padraig)

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
 
204
204
void                            xt_add_pbxt_file(size_t size, char *path, const char *file);
205
205
void                            xt_add_location_file(size_t size, char *path);
 
206
void                            xt_add_pbxt_dir(size_t size, char *path);
206
207
void                            xt_add_system_dir(size_t size, char *path);
207
208
void                            xt_add_data_dir(size_t size, char *path);
208
209