summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-14 20:02:06 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-14 20:02:06 +0000
commite289e5ade0bb32631e41a534cf3eab45b3bfebe4 (patch)
tree4d8c5efff4543aafd525ae27c6c2601228236039 /include
parent9dad4ddb937cc04d075451c21fcbe9f1ca4646c9 (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.h2
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 */