File: default.h

package info (click to toggle)
rust-git-cinnabar 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,192 kB
  • sloc: ansic: 302,330; makefile: 2,774; sh: 118
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
#ifndef NEGOTIATOR_DEFAULT_H
#define NEGOTIATOR_DEFAULT_H

struct fetch_negotiator;

void default_negotiator_init(struct fetch_negotiator *negotiator);

#endif