[go: up one dir, main page]

File: multipath.h

package info (click to toggle)
autodir 0.99.8-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 1,920 kB
  • ctags: 775
  • sloc: sh: 8,544; ansic: 7,297; xml: 431; makefile: 104
file content (9 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef MULTIPATH_H
#define MULTIPATH_H

void multipath_init(void);

int multipath_inc(const char *name);
int multipath_dec(const char *name);

#endif