aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/packet.h')
-rw-r--r--ncpd/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncpd/packet.h b/ncpd/packet.h
index 85a0a77..8348ba7 100644
--- a/ncpd/packet.h
+++ b/ncpd/packet.h
@@ -19,6 +19,7 @@ class packet {
bool get(unsigned char &type, bufferStore &b);
void setVerbose(short int);
short int getVerbose();
+ bool linkFailed();
private:
bool terminated();