File: full.h

package info (click to toggle)
rdiff-backup-fs 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: ansic: 3,002; python: 231; makefile: 26
file content (14 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "support.h"
#include "../headers.h"
#include "../externs.h"
#include "../support/gstats.h"
#include "../support/gtree.h"
#include "../support/grdiff.h"

int full_build(struct file_system_info *);

int full_build_multi(struct file_system_info *);

int full_get_file(struct file_system_info *, char *, char *, char *, struct stats **);

char** full_get_children(struct file_system_info *, char *, char *, char *);