File: savedir.h

package info (click to toggle)
grep 2.6.3-3%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,368 kB
  • ctags: 4,688
  • sloc: ansic: 15,006; sh: 8,554; makefile: 210; awk: 71; sed: 16
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#if !defined SAVEDIR_H_
# define SAVEDIR_H_

#include "exclude.h"

extern char *
savedir (const char *dir, off_t name_size,
	 struct exclude *, struct exclude *,
	 struct exclude *);

#endif