File: pfq_service.h

package info (click to toggle)
pfqueue 0.5.6-8
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,396 kB
  • ctags: 628
  • sloc: sh: 8,904; ansic: 3,877; makefile: 77
file content (16 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#ifndef PFQ_SERVICE_H
#define PFQ_SERVICE_H

#include "../pfqmessage.h"

int freadl ( FILE *fp, char* buf, int buflen );
int flookfor ( FILE *fp, char* buf, int bufsize, char* w );

int fs_should_dig ( struct dirent* ent, const char* path );
int fs_should_add ( struct dirent* ent, const char* path );

#define PRIV_BUF_SIZE 200

#endif