tmstamp.c File Reference

#include "jam.h"
#include "hash.h"
#include "filesys.h"
#include "pathsys.h"
#include "tmstamp.h"
#include "newstr.h"

Data Structures

struct  _binding

Defines

#define BIND_SCANNED   0x01
#define BIND_INIT   0
#define BIND_NOENTRY   1
#define BIND_SPOTTED   2
#define BIND_MISSING   3
#define BIND_FOUND   4

Typedefs

typedef _binding BINDING

Functions

static void time_callback (void *, const char *, int, time_t)
void timestamp (char *target, time_t *time)
void donestamps ()

Variables

static struct hashbindhash = 0
static const char * time_progress []

Define Documentation

#define BIND_FOUND   4

#define BIND_INIT   0

#define BIND_MISSING   3

#define BIND_NOENTRY   1

#define BIND_SCANNED   0x01

#define BIND_SPOTTED   2


Typedef Documentation

typedef struct _binding BINDING


Function Documentation

void donestamps (  ) 

static void time_callback ( void *  ,
const char *  ,
int  ,
time_t   
) [static]

void timestamp ( char *  target,
time_t *  time 
)


Variable Documentation

struct hash* bindhash = 0 [static]

const char* time_progress[] [static]

Initial value:

{
    "INIT",
    "NOENTRY",
    "SPOTTED",
    "MISSING",
    "FOUND"
}


Generated on Thu Aug 17 15:54:33 2006 for MaJam by  doxygen 1.4.7