summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-20 03:00:46 +0900
committerLennart Poettering <lennart@poettering.net>2018-10-19 22:19:12 +0200
commit14cb109d4594ff89e8d5449a89c38e4b0d78afd8 (patch)
tree39d18b57229b9766134077240307b7efa588904f /src/login/logind-seat.h
parent347a19343c7975fc4c2d627150fce4b4e75f91ac (diff)
downloadsystemd-14cb109d4594ff89e8d5449a89c38e4b0d78afd8.tar.gz
tree-wide: replace 'unsigned int' with 'unsigned'
Diffstat (limited to 'src/login/logind-seat.h')
-rw-r--r--src/login/logind-seat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h
index 51cd468e26..6236f1360b 100644
--- a/src/login/logind-seat.h
+++ b/src/login/logind-seat.h
@@ -37,17 +37,17 @@ int seat_load(Seat *s);
int seat_apply_acls(Seat *s, Session *old_active);
int seat_set_active(Seat *s, Session *session);
-int seat_switch_to(Seat *s, unsigned int num);
+int seat_switch_to(Seat *s, unsigned num);
int seat_switch_to_next(Seat *s);
int seat_switch_to_previous(Seat *s);
-int seat_active_vt_changed(Seat *s, unsigned int vtnr);
+int seat_active_vt_changed(Seat *s, unsigned vtnr);
int seat_read_active_vt(Seat *s);
int seat_preallocate_vts(Seat *s);
int seat_attach_session(Seat *s, Session *session);
void seat_complete_switch(Seat *s);
void seat_evict_position(Seat *s, Session *session);
-void seat_claim_position(Seat *s, Session *session, unsigned int pos);
+void seat_claim_position(Seat *s, Session *session, unsigned pos);
bool seat_has_vts(Seat *s);
bool seat_is_seat0(Seat *s);