~vcs-imports/transmission/trunk

« back to all changes in this revision

Viewing changes to gtk/notify.h

  • Committer: jordan
  • Date: 2016-03-29 16:37:21 UTC
  • Revision ID: svn-v4:f4695dd4-2c0a-0410-b89c-da849a56a58e:trunk:14724
use '#pragma once' instead of #ifndef..#define..#endif guards

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * $Id$
8
8
 */
9
9
 
10
 
#ifndef GTR_NOTIFY_H
11
 
#define GTR_NOTIFY_H
 
10
#pragma once
12
11
 
13
12
#include "tr-core.h"
14
13
 
18
17
 
19
18
void gtr_notify_torrent_completed (TrCore * core, int torrent_id);
20
19
 
21
 
#endif