From 3d37005a3d0c9a90578fcb249b823f08a6c58f49 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 12 Jan 2009 23:53:13 +0000 Subject: We now warn about clock skews rc-update -u will force a regen of the dep tree rc_newer_than and rc_olderthan now take another two parameters for newest/oldest file and mtime --- src/rc/builtins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rc/builtins.h') diff --git a/src/rc/builtins.h b/src/rc/builtins.h index 0cd03d3c..d7fab143 100644 --- a/src/rc/builtins.h +++ b/src/rc/builtins.h @@ -1,5 +1,5 @@ /* - * Copyright 2007-2008 Roy Marples + * Copyright 2007-2009 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -39,7 +39,7 @@ int start_stop_daemon(int, char **); void run_applets(int, char **); /* Handy function so we can wrap einfo around our deptree */ -RC_DEPTREE *_rc_deptree_load (int *); +RC_DEPTREE *_rc_deptree_load (int, int *); /* Test to see if we can see pid 1 or not */ bool _rc_can_find_pids(void); -- cgit v1.2.3