summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /toxav/rtp.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index e068f6ac..4d6fb791 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -17,8 +17,8 @@
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20#ifndef RTP_H 20#ifndef C_TOXCORE_TOXAV_RTP_H
21#define RTP_H 21#define C_TOXCORE_TOXAV_RTP_H
22 22
23#include "bwcontroller.h" 23#include "bwcontroller.h"
24 24
@@ -220,4 +220,4 @@ int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length,
220} // extern "C" 220} // extern "C"
221#endif 221#endif
222 222
223#endif /* RTP_H */ 223#endif // C_TOXCORE_TOXAV_RTP_H