summaryrefslogtreecommitdiff
path: root/src/map/session.h
blob: 24a82d37e77c192ff504df64d74acbd2ad292c9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers

#ifndef EVOL_MAP_SESSION
#define EVOL_MAP_SESSION

struct SessionExt;

struct SessionExt *session_get(int fd);
struct SessionExt *session_create(void);

#endif  // EVOL_MAP_SESSION