diff src/post.h @ 115:3b4db42990e0 noffle

[svn] Approved: header, group check before post, all external servers.
author bears
date Sat, 24 Jun 2000 21:47:40 +0100
parents 1fcdced0246e
children 1c7303c71f66
line wrap: on
line diff
--- a/src/post.h	Sat Jun 24 21:36:38 2000 +0100
+++ b/src/post.h	Sat Jun 24 21:47:40 2000 +0100
@@ -5,7 +5,7 @@
   necessary, and add to the local database and/or queue for external
   posting as appropriate.
 
-  $Id: post.h 100 2000-05-18 12:17:23Z bears $
+  $Id: post.h 159 2000-06-24 20:47:40Z bears $
 */
 
 #ifndef POST_H
@@ -21,12 +21,9 @@
 Bool
 Post_open( const char * text );
 
-/*
-  Post the article. If localOnly, article is only posted to local
-  groups, and is posted regardless of group posting status.
- */
+/* Post the article. */
 Bool
-Post_post( Bool localOnly );
+Post_post( void );
    
 /* Done with article - tidy up. */
 void