diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-01 17:35:00 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-01 17:49:24 +0100 |
commit | e2484ba42fc0d79ed29bdb33a467aca2aaffe3bc (patch) | |
tree | 776d42ebb647361930ad0f14105754aacb3e93cb /include/dm.h | |
parent | 613f146250da654c81d5c29658161f5ebb981adf (diff) |
Remove more XDMCP tentacles
Diffstat (limited to 'include/dm.h')
-rw-r--r-- | include/dm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dm.h b/include/dm.h index 0122046..df2fa81 100644 --- a/include/dm.h +++ b/include/dm.h @@ -356,8 +356,7 @@ extern void printEnv (char **e); /* in verify.c */ extern int Verify (struct display *d, struct greet_info *greet, struct verify_info *verify); -/* in xdmcp.c */ - +/* in dm.c */ extern void StopDisplay (struct display *d); extern void WaitForChild (void); |