filename | src/tools/actparse.c |
changeset | 969:3f178ca1398c |
prev | 961:3541b280e0f1 |
next | 979:2cc7b486ea6c |
author | nkeynes |
date | Thu Jan 22 00:45:15 2009 +0000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Make local functions static (to shut up icc warnings, plus not being a bad idea in general) |
file | annotate | diff | log | raw |
1.1 --- a/src/tools/actparse.c Thu Jan 15 00:53:39 2009 +00001.2 +++ b/src/tools/actparse.c Thu Jan 22 00:45:15 2009 +00001.3 @@ -32,7 +32,7 @@1.4 return action;1.5 }1.7 -int add_action( char **actions, struct ruleset *rules, char *operation, char *action )1.8 +static int add_action( char **actions, struct ruleset *rules, char *operation, char *action )1.9 {1.10 char *act = g_strchomp(action);1.11 char opclean[strlen(operation)+1];
.