Cleanup api names
All checks were successful
Source release / source-package (push) Successful in 49s

This commit is contained in:
Mario Fetka
2026-05-19 22:37:57 +02:00
parent 5d8c112629
commit 85888172dd
3 changed files with 3 additions and 4 deletions

View File

@@ -257,7 +257,6 @@ extern time_t nw_2_un_time(uint8 *d, uint8 *t);
extern void un_time_2_nw(time_t time, uint8 *d, int high_low);
extern void mangle_dos_name(NW_VOL *vol, uint8 *unixname, uint8 *pp);
extern int nw_add_trustee(int dir_handle, uint8 *data, int len,
uint32 id, int trustee, int extended);

View File

@@ -1,5 +1,5 @@
#ifndef _DOSMANGLE_H_
#define _DOSMANGLE_H_
#ifndef _NAMEDOS_H_
#define _NAMEDOS_H_
/*
* namedos.h

View File

@@ -1,5 +1,5 @@
/*
* dosmangle.c
* namedos.c
*
* Centralized DOS 8.3 short-name support.
*/