ss.h 403 B

12345678910111213141516171819202122
  1. /**
  2. * ss.h
  3. * Standard structure processing.
  4. *
  5. * Matej Pfajfar <mp292@cam.ac.uk>
  6. */
  7. /*
  8. * Changes :
  9. * $Log$
  10. * Revision 1.1 2002/06/26 22:45:50 arma
  11. * Initial revision
  12. *
  13. * Revision 1.1 2002/04/02 14:28:01 badbytes
  14. * Final finishes.
  15. *
  16. */
  17. #include "../common/ss.h"
  18. int process_ss(int s, struct timeval *conn_toutp, ss_t **ssp, char **addrp, int *addrlenp, char **portp, int *portlenp);