added the SocketAddress class partially done

This commit is contained in:
2015-09-15 13:29:15 +00:00
parent 5d35faf028
commit e11704ce16
17 changed files with 1667 additions and 10 deletions

View File

@ -30,7 +30,6 @@
#include <qse/types.h>
#include <qse/macros.h>
typedef struct qse_ipad_t qse_ipad_t;
typedef struct qse_ip4ad_t qse_ip4ad_t;
typedef struct qse_ip6ad_t qse_ip6ad_t;

View File

@ -247,6 +247,15 @@ QSE_EXPORT int qse_skadfamily (
const qse_skad_t* skad
);
/**
* The qse_skadlength() function returns the socket address size
* of a given address \a skad.
*/
QSE_EXPORT int qse_skadsize (
const qse_skad_t* skad
);
#if defined(__cplusplus)
}
#endif