File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.8 1997/04/21 04:28:59 vadim Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.9 1997/05/06 07:16:21 thomas Exp $
11
11
*
12
12
* NOTES
13
13
* This should be moved to a more appropriate place. It is here
@@ -213,7 +213,7 @@ lo_unlink(Oid lobjId)
213
213
*****************************************************************************/
214
214
215
215
struct varlena *
216
- LOread (int fd , int len )
216
+ loread (int fd , int len )
217
217
{
218
218
struct varlena * retval ;
219
219
int totalread = 0 ;
@@ -225,7 +225,7 @@ LOread(int fd, int len)
225
225
return retval ;
226
226
}
227
227
228
- int LOwrite (int fd , struct varlena * wbuf )
228
+ int lowrite (int fd , struct varlena * wbuf )
229
229
{
230
230
int totalwritten ;
231
231
int bytestowrite ;
You can’t perform that action at this time.
0 commit comments