summaryrefslogtreecommitdiffstats
path: root/loader2/telnetd.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-05-29 18:22:55 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-05-29 18:22:55 +0000
commit15c1d5c26b0f85e5dccea4f1534b817d7d0f0c06 (patch)
tree83674ee223d0002d3459eca6a188d9121be2d860 /loader2/telnetd.h
parent07647fb5b545d3dcc7c1bc1436f1f1e8c6237937 (diff)
downloadanaconda-15c1d5c26b0f85e5dccea4f1534b817d7d0f0c06.tar.gz
anaconda-15c1d5c26b0f85e5dccea4f1534b817d7d0f0c06.tar.xz
anaconda-15c1d5c26b0f85e5dccea4f1534b817d7d0f0c06.zip
piece of shit
Diffstat (limited to 'loader2/telnetd.h')
-rw-r--r--loader2/telnetd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/loader2/telnetd.h b/loader2/telnetd.h
new file mode 100644
index 000000000..145c55f21
--- /dev/null
+++ b/loader2/telnetd.h
@@ -0,0 +1,8 @@
+#ifndef TELNETD_H
+#define TELNETD_H
+
+void startTelnetd(struct loaderData_s * loaderData,
+ moduleInfoSet modInfo, moduleList modLoaded,
+ moduleDeps modDeps);
+
+#endif