summaryrefslogtreecommitdiffstats
path: root/endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'endpoint.h')
-rw-r--r--endpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoint.h b/endpoint.h
index 744f3ea..fb8e8d2 100644
--- a/endpoint.h
+++ b/endpoint.h
@@ -22,7 +22,7 @@ struct port_list {
class Endpoint
{
public:
- Endpoint(int port_id, int call_id);
+ Endpoint(unsigned long port_id, unsigned long call_id, unsigned long use_epoint_id);
~Endpoint();
class Endpoint *next; /* next in list */
unsigned long ep_serial; /* a unique serial to identify */