summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/msi.h')
-rw-r--r--toxav/msi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index 30841498..af7f6f34 100644
--- a/toxav/msi.h
+++ b/toxav/msi.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 MSI_H 20#ifndef C_TOXCORE_TOXAV_MSI_H
21#define MSI_H 21#define C_TOXCORE_TOXAV_MSI_H
22 22
23#include "audio.h" 23#include "audio.h"
24#include "video.h" 24#include "video.h"
@@ -148,4 +148,4 @@ int msi_answer(MSICall *call, uint8_t capabilities);
148 */ 148 */
149int msi_change_capabilities(MSICall *call, uint8_t capabilities); 149int msi_change_capabilities(MSICall *call, uint8_t capabilities);
150 150
151#endif /* MSI_H */ 151#endif // C_TOXCORE_TOXAV_MSI_H