summaryrefslogtreecommitdiff
path: root/src/include/fmtqfn.h
blob: 11f48d382ae792ee88b0df8bfe16759e9fe4b20c (plain)
1
2
3
4
5
6
7
8
#ifndef FMTQFN_H
#define FMTQFN_H

unsigned int fmtqfn(char *, char *, unsigned long, int);

#define FMTQFN 40 /* maximum space needed, if len(dirslash) <= 10 */

#endif