Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219092 | Differences between
and this patch

Collapse All | Expand All

(-)postal-0.69.orig/bhm.cpp (-1 / +1 lines)
Lines 67-77 Link Here
67
  Logit *debug;
67
  Logit *debug;
68
} thread_data;
68
} thread_data;
69
69
70
enum { eFree = 0, eUsed, eFinished };
70
enum { eFree = 0, eUsed, eFinished };
71
71
72
int check_sender(CPCCHAR addr)
72
int check_sender(CPCCHAR)
73
{
73
{
74
  return 0;
74
  return 0;
75
}
75
}
76
76
77
int readCommand(base_tcp &t, char *buf, int bufSize, bool stripCR, int timeout = 60);
77
int readCommand(base_tcp &t, char *buf, int bufSize, bool stripCR, int timeout = 60);

Return to bug 219092