mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
dos line endings
svn path=/trunk/; revision=16887
This commit is contained in:
parent
f5bba7d9af
commit
62e33ea5ff
25 changed files with 4820 additions and 4820 deletions
|
@ -1,20 +1,20 @@
|
|||
/* lfn.h - Functions for handling VFAT long filenames */
|
||||
|
||||
/* Written 1998 by Roman Hodek */
|
||||
|
||||
|
||||
#ifndef _LFN_H
|
||||
#define _LFN_H
|
||||
|
||||
void lfn_reset( void );
|
||||
/* Reset the state of the LFN parser. */
|
||||
|
||||
void lfn_add_slot( DIR_ENT *de, loff_t dir_offset );
|
||||
/* Process a dir slot that is a VFAT LFN entry. */
|
||||
|
||||
char *lfn_get( DIR_ENT *de );
|
||||
/* Retrieve the long name for the proper dir entry. */
|
||||
|
||||
void lfn_check_orphaned(void);
|
||||
|
||||
#endif
|
||||
/* lfn.h - Functions for handling VFAT long filenames */
|
||||
|
||||
/* Written 1998 by Roman Hodek */
|
||||
|
||||
|
||||
#ifndef _LFN_H
|
||||
#define _LFN_H
|
||||
|
||||
void lfn_reset( void );
|
||||
/* Reset the state of the LFN parser. */
|
||||
|
||||
void lfn_add_slot( DIR_ENT *de, loff_t dir_offset );
|
||||
/* Process a dir slot that is a VFAT LFN entry. */
|
||||
|
||||
char *lfn_get( DIR_ENT *de );
|
||||
/* Retrieve the long name for the proper dir entry. */
|
||||
|
||||
void lfn_check_orphaned(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue