diff options
Diffstat (limited to 'kppp/ruleset.h')
-rw-r--r-- | kppp/ruleset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/ruleset.h b/kppp/ruleset.h index 8d3fbbe8..bc7f3de2 100644 --- a/kppp/ruleset.h +++ b/kppp/ruleset.h @@ -33,7 +33,7 @@ // this structure is used to save // accounting rules -typedef struct RULE { +struct RULE { int type; double costs; double len; |