13 lines
500 B
Text
13 lines
500 B
Text
$NetBSD: patch-ag,v 1.1 2007/01/27 10:33:25 wiz Exp $
|
|
|
|
--- services.h.orig 2002-10-14 14:33:46.000000000 +0000
|
|
+++ services.h
|
|
@@ -71,7 +71,7 @@ class LATServices
|
|
const std::string get_ident() { return ident; }
|
|
bool is_available();
|
|
bool remove_node(const std::string &node);
|
|
- void serviceinfo::list_service(std::ostrstream &output);
|
|
+ void list_service(std::ostrstream &output);
|
|
void expire_nodes(time_t);
|
|
|
|
private:
|