mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-21 22:31:13 +00:00
c237bd661f
This is adapted from NetDisk with minor changes.
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
|