Install public header files again and include required prototypes.
[ira/wip.git] / source4 / script / mkproto.pl
index 87a68e33fa47ef1152dad08355d4d59ab227e3d3..e1b790d41da216ce04cc8a98bec094607bed2c05 100755 (executable)
@@ -192,6 +192,7 @@ sub process_file($$$)
 
                if ($line =~ /^_PUBLIC_ FN_/) {
                        handle_loadparm($public_file, $line);
+                       handle_loadparm($private_file, $line);
                        next;
                }