mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
697 B
25 lines
697 B
// ==================================================
|
|
// lpdstruc.h:22
|
|
|
|
void
|
|
print__controlfile_info( char* message, struct _controlfile_info * s );
|
|
// ==================================================
|
|
// lpdstruc.h:69
|
|
|
|
void
|
|
print__qstatus( char* message, struct _qstatus * s );
|
|
// ==================================================
|
|
// lpdstruc.h:81
|
|
|
|
void
|
|
print__cfile_entry( char* message, struct _cfile_entry * s );
|
|
// ==================================================
|
|
// lpdstruc.h:92
|
|
|
|
void
|
|
print__dfile_entry( char* message, struct _dfile_entry * s );
|
|
// ==================================================
|
|
// lpdstruc.h:103
|
|
|
|
void
|
|
print__sockconn( char* message, struct _sockconn * s );
|