From 45e57168fa0d33206731e391fb24759ddf179861 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 12 Oct 2022 03:03:57 +0100 Subject: lots more reorganisation, done part of OSLib --- command_line/CmdLine/Src/OSLib/MacSpecs.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'command_line/CmdLine/Src/OSLib/MacSpecs.c') diff --git a/command_line/CmdLine/Src/OSLib/MacSpecs.c b/command_line/CmdLine/Src/OSLib/MacSpecs.c index e69de29..8648324 100644 --- a/command_line/CmdLine/Src/OSLib/MacSpecs.c +++ b/command_line/CmdLine/Src/OSLib/MacSpecs.c @@ -0,0 +1,25 @@ +#include "oslib.h" + +int OS_OSPathSpec_To_VolDir(const OSPathSpec *spec, SInt16 *vRefNum, SInt32 *dirID) { + +} + +int OS_OSSpec_To_FSSpec(const OSSpec *spec, FSSpec *fss) { + +} + +int OS_VolDir_To_OSNameSpec(SInt16 vRefNum, SInt32 dirID, OSNameSpec *spec, SInt32 *parID) { + +} + +int OS_VolDir_To_OSPathSpec(SInt16 vRefNum, SInt32 dirID, OSPathSpec *spec) { + +} + +int OS_FSSpec_To_OSSpec(const FSSpec *fss, OSSpec *spec) { + +} + +int OS_GetRsrcOSSpec(const OSSpec *spec, OSSpec *rspec, Boolean create) { + +} -- cgit v1.2.3