[pisa-src] r1842 - trunk/pairing/common_headers.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 10:32:18 +0100

Author: biurrun
Date: Fri Nov 27 10:32:18 2009
New Revision: 1842

Log:
print_msg_info() now resides in common.c; update comment accordingly.

Modified:
   trunk/pairing/common_headers.h

Modified: trunk/pairing/common_headers.h
==============================================================================
--- trunk/pairing/common_headers.h      Thu Nov 26 19:15:51 2009        (r1841)
+++ trunk/pairing/common_headers.h      Fri Nov 27 10:32:18 2009        (r1842)
@@ -20,7 +20,7 @@
 #include <netinet/in.h>
 #include "common.h"
 
-// If you add a new message type, update print_msg_info() in common_headers.c
+// If you add a new message type, update print_msg_info() in common.c
 #define MSG_PASSWORD   0
 #define MSG_ACK_1      1
 #define MSG_PWD_REQUEST        2

Other related posts:

  • » [pisa-src] r1842 - trunk/pairing/common_headers.h - Diego Biurrun