diff src/DLD-FUNCTIONS/getpwent.cc @ 3323:511caaa5e98e

[project @ 1999-10-27 02:21:46 by jwe]
author jwe
date Wed, 27 Oct 1999 02:21:50 +0000
parents 02866242d3ae
children 2efa28a91e7a
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/getpwent.cc
+++ b/src/DLD-FUNCTIONS/getpwent.cc
@@ -220,6 +220,12 @@
   return retval;
 }
 
+INSTALL_DLD_FCNS (INSTALL_DLD_FCN (getpwent);
+		  INSTALL_DLD_FCN (getpwuid);
+		  INSTALL_DLD_FCN (getpwnam);
+		  INSTALL_DLD_FCN (setpwent);
+		  INSTALL_DLD_FCN (endpwent);)
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***