Index: trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.c	(revision 2411)
+++ trunk/psLib/src/dataManip/psFunctions.c	(revision 2431)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-24 00:05:54 $
+ *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-24 20:34:13 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -961,14 +961,14 @@
 
 /*****************************************************************************
-    psGaussianDev()
- This routine creates a psVector of the specified size and type F32
- and fills it with a random Gaussian distribution of numbers with
- the specified mean and sigma.  This routine makes use of the GSL
- routines for generating both uniformly distributed numbers and the
+    p_psGaussianDev()
+ This private routine (formerly a psLib API routine) creates a psVector of the
+ specified size and type F32 and fills it with a random Gaussian distribution
+ of numbers with the specified mean and sigma.  This routine makes use of the
+ GSL routines for generating both uniformly distributed numbers and the
  Gaussian distribution as well.
  
 XXX: There is no way to seed the random generator.
  *****************************************************************************/
-psVector* psGaussianDev(float mean, float sigma, psS32 Npts)
+psVector* p_psGaussianDev(float mean, float sigma, psS32 Npts)
 {
     PS_INT_CHECK_NON_NEGATIVE(Npts, NULL);
