bin/pc: Mark non-returning function as void
[haiku.git] / src / servers / mail / DeskbarViewIcons.h
blob516e6ad7769506f8b9181848240f0befdcfb48a1
1 /*
2 * Copyright 2009, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef DESKBAR_VIEW_ICONS_H
6 #define DESKBAR_VIEW_ICONS_H
8 enum {
9 kIconNoMail = 1000,
10 kIconNewMail = 1001
13 #endif // DESKBAR_VIEW_ICONS_H