~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/fs/Module.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SQUID_FS_MODULE_H
 
2
#define SQUID_FS_MODULE_H
 
3
 
 
4
namespace Fs
 
5
{
 
6
 
 
7
extern void Init();
 
8
extern void Clean();
 
9
 
 
10
}; // namespace Fs
 
11
 
 
12
#endif /* SQUID_FS_MODULE_H */