mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-22 13:33:52 +00:00
10 lines
125 B
C
10 lines
125 B
C
|
#ifndef HOSTNAME_H
|
||
|
#define HOSTNAME_H
|
||
|
|
||
|
#include <types.h>
|
||
|
#include "session.h"
|
||
|
|
||
|
Boolean DoLookupName(Session *sess);
|
||
|
|
||
|
#endif
|