diff --git a/ChangeLog b/ChangeLog
index af84fa705..7b81a19b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-06 Paolo Nenzi
+
+ * src/frontend/subckt.h: Since inp_numnodes has been declared static
+ the prototype has been removed.
+
2005-04-04 Paolo Nenzi
* src/frontend/subckt.c: Applied patch from Steven Borley
diff --git a/src/frontend/subckt.h b/src/frontend/subckt.h
index 2a134e1cc..ec9a47fe7 100644
--- a/src/frontend/subckt.h
+++ b/src/frontend/subckt.h
@@ -8,8 +8,5 @@
struct line * inp_subcktexpand(struct line *deck);
struct line * inp_deckcopy(struct line *deck);
-int inp_numnodes(char c);
-
-
#endif