$NetBSD: patch-ak,v 1.1 2004/09/08 12:47:39 wiz Exp $

--- ncp/link.h.orig	1999-04-12 23:20:41.000000000 +0200
+++ ncp/link.h
@@ -7,10 +7,10 @@
 class packet;
 class IOWatch;
 
-class link {
+class Link {
 public:
-  link(const char *fname, int baud, IOWatch &iow, bool s5, bool _verbose = false);
-  ~link();
+  Link(const char *fname, int baud, IOWatch &iow, bool s5, bool _verbose = false);
+  ~Link();
   void send(const bufferStore &buff);
   bufferArray poll();
   bool stuffToSend();
