about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/gethostname.h
blob: e5450175ee520c6417e14cc4899cec6acd735d0a (plain) (blame)
1
2
3
4
5
6
7
#ifndef GETHOSTNAME_H_INCLUDED
#define GETHOSTNAME_H_INCLUDED

const char *
GetHostName(void);

#endif