[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6319: protodefs: Fix references to non-existing hip_build.h file.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Thu, 08 Mar 2012 19:13:18 -0000

------------------------------------------------------------
revno: 6319
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Thu 2012-03-08 19:50:52 +0100
message:
  protodefs: Fix references to non-existing hip_build.h file.
modified:
  lib/core/protodefs.h


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'lib/core/protodefs.h'
--- lib/core/protodefs.h        2012-03-08 15:29:20 +0000
+++ lib/core/protodefs.h        2012-03-08 18:50:52 +0000
@@ -681,7 +681,7 @@
 };
 
 /**
- * Use accessor functions defined in builder.c, do not access members
+ * Use accessor functions defined in builder.h, do not access members
  * directly to avoid hassle with byte ordering and number conversion.
  */
 struct hip_common {
@@ -719,7 +719,7 @@
 };
 
 /**
- * Use accessor functions defined in hip_build.h, do not access members
+ * Use accessor functions defined in builder.h, do not access members
  * directly to avoid hassle with byte ordering and length conversion.
  */
 struct hip_tlv_common {

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6319: protodefs: Fix references to non-existing hip_build.h file. - noreply