From b462c1d2e58c24290e4476d46cb9682aa2956713 Mon Sep 17 00:00:00 2001 From: g0dil <g0dil@wiback.org> Date: Sat, 8 Sep 2007 09:36:46 +0000 Subject: [PATCH] Socket/Protocols/Raw: Re-added accidentaly deleted 'clear()' member --- Socket/Protocols/Raw/LLAddressing.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/Socket/Protocols/Raw/LLAddressing.hh b/Socket/Protocols/Raw/LLAddressing.hh index dd521647b..d92565791 100644 --- a/Socket/Protocols/Raw/LLAddressing.hh +++ b/Socket/Protocols/Raw/LLAddressing.hh @@ -98,6 +98,7 @@ namespace senf { ///@} /////////////////////////////////////////////////////////////////////////// + void clear(); ///< Clear the address unsigned protocol() const; ///< Return address protocol (ethertype) std::string interface() const; ///< Return interface name -- GitLab