src/node/ethernet-trailer.h
changeset 1126 06484dd65e76
parent 976 e82bac1816ce
child 1133 2878564d62ff
--- a/src/node/ethernet-trailer.h	Fri Aug 03 09:15:25 2007 +0200
+++ b/src/node/ethernet-trailer.h	Fri Aug 03 09:23:41 2007 +0200
@@ -33,8 +33,11 @@
  * ethernet packet. The actual FCS functionality is not yet coded and
  * so this acts more as a placeholder.
  */
-class EthernetTrailer : public Trailer {
+class EthernetTrailer : public Trailer 
+{
 public:
+  static const char *GetUid (void);
+
   /**
    * \brief Construct a null ethernet trailer
    */