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

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

#endif