File: parse.h

package info (click to toggle)
rdiff-backup-fs 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 460 kB
  • sloc: ansic: 3,002; python: 231; makefile: 26
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#include "headers.h"
#include "errors.h"
#include "support/gstring.h"

int parse(struct file_system_info *, int, char **);