[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5220: Remove pointless forward declaration for static inline functions in headers.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 10:49:27 -0000

------------------------------------------------------------
revno: 5220
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 11:47:41 +0100
message:
  Remove pointless forward declaration for static inline functions in headers.
modified:
  firewall/file_buffer.h
  firewall/line_parser.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 'firewall/file_buffer.h'
--- firewall/file_buffer.h      2010-11-15 21:31:26 +0000
+++ firewall/file_buffer.h      2010-11-30 10:47:41 +0000
@@ -41,7 +41,6 @@
 int hip_fb_create(struct hip_file_buffer *const fb,
                   const char *const file_name);
 void hip_fb_delete(struct hip_file_buffer *const fb);
-static inline const struct hip_mem_area *hip_fb_get_mem_area(const struct 
hip_file_buffer *const fb);
 int hip_fb_reload(struct hip_file_buffer *const fb);
 
 /**

=== modified file 'firewall/line_parser.h'
--- firewall/line_parser.h      2010-11-15 21:31:26 +0000
+++ firewall/line_parser.h      2010-11-30 10:47:41 +0000
@@ -40,8 +40,6 @@
 int hip_lp_create(struct hip_line_parser *const lp,
                   const struct hip_mem_area *const ma);
 void hip_lp_delete(struct hip_line_parser *const lp);
-static inline char *hip_lp_first(struct hip_line_parser *const lp);
-static inline char *hip_lp_next(struct hip_line_parser *const lp);
 
 /**
  * Represents the parsing state on a memory area object.

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5220: Remove pointless forward declaration for static inline functions in headers. - noreply