~ubuntu-branches/ubuntu/utopic/mongrel2/utopic

« back to all changes in this revision

Viewing changes to src/dir.h

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2014-06-11 15:26:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140611152626-7ixr3pdpkvjk7h92
Tags: 1.9.1-1
* Update to upstream release 1.9.1
* remove binary .swf files from source tarball
* revert certificate workaround (fixed upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
void Dir_destroy(Dir *dir);
87
87
 
88
 
FileRecord *Dir_find_file(bstring path, bstring default_type);
 
88
FileRecord *Dir_find_file(bstring path, bstring default_type) __attribute__((nonnull(1)));;
89
89
 
90
90
long long int Dir_stream_file(FileRecord *file, Connection *conn);
91
91