From 24d4433bd75366774945ed59c0043428dedea4ba Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 21 Jan 2010 12:57:07 +0100 Subject: s3: Move "yesno" to the only place where it is used: client.c --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 8e8b35cb5a..4d5ebca63f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1140,7 +1140,6 @@ void smb_msleep(unsigned int t); NTSTATUS reinit_after_fork(struct messaging_context *msg_ctx, struct event_context *ev_ctx, bool parent_longlived); -bool yesno(const char *p); void *malloc_(size_t size); void *memalign_array(size_t el_size, size_t align, unsigned int count); void *calloc_array(size_t size, size_t nmemb); -- cgit