From 929fee853afff1cd9bc6227c9e18dce130ca2bb9 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Tue, 7 Nov 2017 07:45:12 -0800 Subject: [PATCH] Cleanup spacing, add note about public/private funcs --- prodos.tools.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/prodos.tools.cpp b/prodos.tools.cpp index 93978cd..efd86db 100644 --- a/prodos.tools.cpp +++ b/prodos.tools.cpp @@ -10,6 +10,12 @@ #define DEBUG_PATH 0 #define DEBUG_TIME 0 #define DEBUG_VOLUME 0 +/* + prodos_* Private functions + ProDOS_* Public functions +*/ + + // --- ProDOS crap --- @@ -701,6 +707,7 @@ bool ProDOS_GetVolumeName( char *pVolume_ ) \_____/ name */ +// ======================================================================== void prodos_PathFullyQualified( ProDOS_VolumeHeader_t *volume, const char *path, int base, char *name_ ) { // We have a sub-directory @@ -859,6 +866,7 @@ next_file: } +// ======================================================================== bool ProDOS_CatalogNames( const char *path = NULL ) { int files = 0; @@ -911,6 +919,7 @@ next_file: return true; } + // ======================================================================== bool ProDOS_CatalogShort( const char *path = NULL ) {