File: fixpath.h

package info (click to toggle)
tlswrapper 0~20241101-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,796 kB
  • sloc: ansic: 7,099; sh: 2,342; makefile: 234
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#ifndef _FIXPATH_H____
#define _FIXPATH_H____

extern void fixpath(char *);

#endif