aboutsummaryrefslogtreecommitdiff
path: root/src/tagr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagr.h')
-rw-r--r--src/tagr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tagr.h b/src/tagr.h
index fafd56b..a66837e 100644
--- a/src/tagr.h
+++ b/src/tagr.h
@@ -216,7 +216,7 @@ struct traffic_record
/* report.c */
#define TAGR_DB_RD 0
#define TAGR_DB_WR 1
-void open_db (int);
+int open_db (int);
void close_db ();
void read_db (struct monitor *mon, struct traffic_record **tr);
void write_db (struct monitor *mon, struct traffic_record *tr);

Return to:

Send suggestions and report system problems to the System administrator.