~vcs-imports/transmission/trunk

« back to all changes in this revision

Viewing changes to libtransmission/watchdir.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 TR_WATCHDIR_H
11
 
#define TR_WATCHDIR_H
 
10
#pragma once
12
11
 
13
12
#ifdef __cplusplus
14
13
extern "C" {
46
45
}
47
46
#endif
48
47
 
49
 
#endif /* TR_WATCHDIR_H */