~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to include/utilconf.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Glassey
  • Date: 2004-01-15 15:50:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040115155007-n9mz4x0zxrs1isd3
Tags: upstream-1.5.7
ImportĀ upstreamĀ versionĀ 1.5.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef UTILCONF_H
 
2
#define UTILCONF_H
 
3
 
 
4
#include <defs.h>
 
5
SWORD_NAMESPACE_START
 
6
char getconfent (char *filename, char *entryname, char *buf, int len);
 
7
SWORD_NAMESPACE_END
 
8
 
 
9
#endif