Skip to content

Commit

Permalink
event: rename file event.c to bevent.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed May 17, 2024
1 parent 722e7ea commit 53d9c1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ set(SRCS
src/custom_hdrs.c
src/descr.c
src/dial_number.c
src/event.c
src/bevent.c
src/jbuf.c
src/http.c
src/log.c
Expand Down
2 changes: 1 addition & 1 deletion src/event.c → src/bevent.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file src/event.c Baresip event handling
* @file src/bevent.c Baresip event handling
*
* Copyright (C) 2017 Alfred E. Heggestad
*/
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ add_executable(${PROJECT_NAME}
call.c
cmd.c
contact.c
event.c
bevent.c
jbuf.c
menu.c
message.c
Expand Down
2 changes: 1 addition & 1 deletion test/event.c → test/bevent.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file test/event.c Baresip selftest -- event handling
* @file test/bevent.c Baresip selftest -- event handling
*
* Copyright (C) 2010 Alfred E. Heggestad
*/
Expand Down

0 comments on commit 53d9c1b

Please sign in to comment.