Skip to content

Commit

Permalink
Add missing include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Jun 28, 2014
1 parent fc13d09 commit 559e03c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/notifications/notifications.hpp
Expand Up @@ -12,9 +12,14 @@
See the COPYING file for more details.
*/

#ifndef NOTIFICATIONS_NOTIFICATIONS_HPP_INCLUDED
#define NOTIFICATIONS_NOTIFICATIONS_HPP_INCLUDED

#include <string>

namespace notifications
{
void send_notification(const std::string& owner, const std::string& message);
}

#endif

0 comments on commit 559e03c

Please sign in to comment.