~ubuntu-branches/ubuntu/hardy/apache2/hardy-proposed

« back to all changes in this revision

Viewing changes to support/httxt2dbm.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-17 20:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080117202756-hv38rjknhwa2ilwi
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
    apr_file_t *infile;
184
184
    apr_dbm_t *outdbm;
185
185
 
186
 
    apr_initialize();
 
186
    apr_app_initialize(&argc, &argv, NULL);
187
187
    atexit(apr_terminate);
188
188
 
189
189
    verbose = 0;