Remove spurious extern, thanks to Tyler McHenry
[infodrom/cgilib] / cgi.h
diff --git a/cgi.h b/cgi.h
index 81be23f..a3ff562 100644 (file)
--- a/cgi.h
+++ b/cgi.h
@@ -13,8 +13,8 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+    along with this program; if not, write to the Free Software Foundation
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef _CGI_H_
@@ -143,7 +143,7 @@ void cgiFree (s_cgi *parms);
 char *cgiEscape (char *string);
 
 #ifdef __cplusplus
-extern }
+}
 #endif
 
 #endif /* _CGI_H_ */