From 1ae51ff94d0f1f27a4e4cc657371578db13c3ca1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 8 Feb 2019 20:26:14 +0100 Subject: Make code compile again (fix bitrot dating back from 2013). --- src/messagehandler.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/messagehandler.h') diff --git a/src/messagehandler.h b/src/messagehandler.h index cc2c8a0..52020bc 100644 --- a/src/messagehandler.h +++ b/src/messagehandler.h @@ -25,14 +25,10 @@ * along with Munia; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef __MUNIA_MSGHANDLER_H__ -#define __MUNIA_MSGHANDLER_H__ +#pragma once #include "messageparser.h" #include "connectionhandler.h" MessageList handle_msg(MessageList inMsgList, clientid_t wsi); - - -#endif/*__MUNIA_MSGHANDLER_H__*/ -- cgit v1.2.3