[Refdb-cvs] CVS: refdb/src connect.h,1.3,1.4
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2004-01-31 14:45:58
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20819 Modified Files: connect.h Log Message: new function get_trailz() Index: connect.h =================================================================== RCS file: /cvsroot/refdb/refdb/src/connect.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -U2 -r1.3 -r1.4 --- connect.h 29 Jan 2004 01:33:33 -0000 1.3 +++ connect.h 31 Jan 2004 14:44:15 -0000 1.4 @@ -27,4 +27,5 @@ int iwrite (int fd, const char *buf, int len); int tiwrite (int fd, const char *buf, int n_term); +int get_trailz(const char* buf, int numbyte); #endif /* CONNECT_H */ |