summaryrefslogtreecommitdiff
path: root/src/user.h
blob: a9f4d97694cd37282b2289c8690afdbd2750177d (plain)
1
2
3
4
5
6
7
#ifndef USER_H
#define USER_H

const char *display_user_name();
const char *display_user_host();

#endif