diff options
| author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-14 20:02:06 +0000 |
|---|---|---|
| committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-14 20:02:06 +0000 |
| commit | e289e5ade0bb32631e41a534cf3eab45b3bfebe4 (patch) | |
| tree | 4d8c5efff4543aafd525ae27c6c2601228236039 /include | |
| parent | 9dad4ddb937cc04d075451c21fcbe9f1ca4646c9 (diff) | |
Various small warning fixes.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1668 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 4ce8811af..5577bbd50 100644 --- a/include/users.h +++ b/include/users.h @@ -38,7 +38,7 @@ class User char *nickTrack; /* Nick Tracking */ time_t timestamp; /* Timestamp of the nick */ time_t my_signon; /* When did _we_ see the user? */ - uint32 svid; /* Services ID */ + time_t svid; /* Services ID */ uint32 mode; /* See below */ char *uid; /* Univeral ID */ |
