mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-24 14:31:15 +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
|