From 15a4ba35a960c9fc1b25efaa1dc1608924eccb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sat, 25 Sep 2004 19:30:00 +0000 Subject: [PATCH] Re-added pprint_get_msg_limits() * pprint.c: (main): Re-added pprint_get_msg_limits() --- examples/ChangeLog | 4 ++++ examples/pprint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/ChangeLog b/examples/ChangeLog index 8f9a79c0..5cda37c1 100644 --- a/examples/ChangeLog +++ b/examples/ChangeLog @@ -1,3 +1,7 @@ +2004-09-25 Benoît Dejean + + * pprint.c: (main): Re-added pprint_get_msg_limits() + i2004-09-25 Benoît Dejean * df.c: (main): diff --git a/examples/pprint.c b/examples/pprint.c index 61ae12c5..76b1943d 100644 --- a/examples/pprint.c +++ b/examples/pprint.c @@ -229,7 +229,7 @@ int main() pprint_get_mountlist(TRUE); pprint_get_mountlist(FALSE); - /* pprint_get_msg_limits(); */ + pprint_get_msg_limits(); /* pprint_get_netload("lo"); */