File: parse.h

package info (click to toggle)
rdiff-backup-fs 1.0.0-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 928 kB
  • ctags: 425
  • sloc: sh: 3,800; ansic: 2,941; makefile: 21
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#include "headers.h"
#include "errors.h"
#include "support/gstring.h"

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