summaryrefslogtreecommitdiffstats
path: root/loader2/telnetd.h
blob: 145c55f2113ed0a88880fe2357b5d3782b515d60 (plain)
1
2
3
4
5
6
7
8
#ifndef TELNETD_H
#define TELNETD_H

void startTelnetd(struct loaderData_s * loaderData,
                  moduleInfoSet modInfo, moduleList modLoaded, 
                  moduleDeps modDeps);

#endif