summaryrefslogtreecommitdiff
path: root/toxav/ring_buffer.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/ring_buffer.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxav/ring_buffer.h')
-rw-r--r--toxav/ring_buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/ring_buffer.h b/toxav/ring_buffer.h
index 307e16ec..e63d08e4 100644
--- a/toxav/ring_buffer.h
+++ b/toxav/ring_buffer.h
@@ -19,8 +19,8 @@
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 20 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
21 */ 21 */
22#ifndef RING_BUFFER_H 22#ifndef C_TOXCORE_TOXAV_RING_BUFFER_H
23#define RING_BUFFER_H 23#define C_TOXCORE_TOXAV_RING_BUFFER_H
24 24
25#include <stdbool.h> 25#include <stdbool.h>
26#include <stdint.h> 26#include <stdint.h>
@@ -44,4 +44,4 @@ uint16_t rb_data(const RingBuffer *b, void **dest);
44} 44}
45#endif 45#endif
46 46
47#endif /* RING_BUFFER_H */ 47#endif // C_TOXCORE_TOXAV_RING_BUFFER_H