File: skipping.h

package info (click to toggle)
rust-git-cinnabar 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,372 kB
  • sloc: ansic: 300,181; makefile: 2,754; sh: 118
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#ifndef NEGOTIATOR_SKIPPING_H
#define NEGOTIATOR_SKIPPING_H

struct fetch_negotiator;

void skipping_negotiator_init(struct fetch_negotiator *negotiator);

#endif