Crossfire Server  1.75.0
TarLoader.cpp File Reference
#include "TarLoader.h"
#include "string.h"

Go to the source code of this file.

Functions

static int tar_close (mtar_t *)
 
static int tar_read (mtar_t *tar, void *data, unsigned size)
 
static int tar_seek (mtar_t *tar, unsigned pos)
 

Function Documentation

◆ tar_close()

static int tar_close ( mtar_t )
static

Definition at line 38 of file TarLoader.cpp.

References MTAR_ESUCCESS.

Referenced by TarLoader::load().

◆ tar_read()

static int tar_read ( mtar_t tar,
void *  data,
unsigned  size 
)
static

◆ tar_seek()

static int tar_seek ( mtar_t tar,
unsigned  pos 
)
static

Definition at line 33 of file TarLoader.cpp.

References MTAR_ESUCCESS, and mtar_t::pos.

Referenced by TarLoader::load().