1
0
mirror of https://github.com/sheumann/DiskBrowser.git synced 2025-03-06 20:30:18 +00:00

10 lines
125 B
C
Raw Normal View History

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