1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Renamed connection.c -> xmpp_conn.c

This commit is contained in:
James Booth 2013-01-28 00:39:08 +00:00
parent 7dcb85c701
commit 5e85c8c5c7
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \
src/command.h src/contact.h src/history.h src/log.c src/preferences.h \
src/autocomplete.h src/title_bar.c src/windows.c src/common.c \
src/contact_list.c src/input_win.c src/log.h src/profanity.c \
src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/connection.c \
src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/xmpp_conn.c \
src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
src/chat_log.h src/tinyurl.c src/tinyurl.h src/chat_session.c \
src/chat_session.h src/release.c src/release.h src/muc.c \

View File

@ -1,5 +1,5 @@
/*
* connection.c
* xmpp_conn.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*