diff listener.h @ 1036:deed0571cacc

DROPBEAR_ prefix for include guards to avoid collisions
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:43:01 +0800
parents e3adf4cf5465
children 2b4fd440399d
line wrap: on
line diff
--- a/listener.h	Sat Feb 14 09:56:11 2015 +0800
+++ b/listener.h	Tue Feb 24 20:43:01 2015 +0800
@@ -22,8 +22,8 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE. */
 
-#ifndef _LISTENER_H
-#define _LISTENER_H
+#ifndef DROPBEAR_LISTENER_H
+#define DROPBEAR_LISTENER_H
 
 #define MAX_LISTENERS 20
 #define LISTENER_EXTEND_SIZE 1
@@ -60,4 +60,4 @@
 
 void remove_listener(struct Listener* listener);
 
-#endif /* _LISTENER_H */
+#endif /* DROPBEAR_LISTENER_H */