view src/lib/hostpid.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 3b1985cbc908
children 2609eca99495
line wrap: on
line source

#ifndef HOSTPID_H
#define HOSTPID_H

extern const char *my_hostname;
extern const char *my_pid;

/* Initializes my_hostname and my_pid. Done only once, so it's safe and
   fast to call this function multiple times. */
void hostpid_init(void);

#endif