DiskBrowser/hostname.h
Stephen Heumann c237bd661f Add utility code for HTTP connections, URLs, and networking.
This is adapted from NetDisk with minor changes.
2019-04-12 23:23:39 -05:00

10 lines
125 B
C

#ifndef HOSTNAME_H
#define HOSTNAME_H
#include <types.h>
#include "session.h"
Boolean DoLookupName(Session *sess);
#endif