Module: sip-router Branch: master Commit: f369faa6d09f30a48d11fa34cbdb581df6ea01e2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f369faa6...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Wed Jun 29 22:35:39 2011 +0200
ipops: add a comment about autogenerated files from ragel
---
modules/ipops/ip_parser.c | 4 ++++ modules/ipops/ip_parser.h | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/modules/ipops/ip_parser.c b/modules/ipops/ip_parser.c index 0695fa5..b9e0a1c 100644 --- a/modules/ipops/ip_parser.c +++ b/modules/ipops/ip_parser.c @@ -1,3 +1,7 @@ +/* + * Warning: This file is auto generated from a ragel syntax (ip_parser.rl), + * do not change it! + */
#line 1 "ip_parser.rl" #include "ip_parser.h" diff --git a/modules/ipops/ip_parser.h b/modules/ipops/ip_parser.h index 7b53cc0..23ca248 100644 --- a/modules/ipops/ip_parser.h +++ b/modules/ipops/ip_parser.h @@ -1,3 +1,8 @@ +/* + * Warning: This file is auto generated from a ragel syntax (ip_parser.rl), + * do not change it! + */ + #ifndef ip_parser_h #define ip_parser_h