Wireshark-commits: [Wireshark-commits] master ad1391a: Move capture.[ch] to libui.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 30 Jun 2014 05:38:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad1391aa4e0f8610d756dadf9bb21b35d5f00a96
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ad1391a by Guy Harris (guy@xxxxxxxxxxxx):

    Move capture.[ch] to libui.
    
    Change-Id: I86e7e781cc9e14abab0374a18b95438529b046f0
    Reviewed-on: https://code.wireshark.org/review/2711
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7d1a93f   Make a routine unused outside capture_ui_utils.c static.
    adds  ad1391a   Move capture.[ch] to libui.


Summary of changes:
 CMakeLists.txt                        |    1 -
 Makefile.common                       |    2 --
 capchild/capture_sync.c               |    2 +-
 summary.h                             |    2 +-
 ui/CMakeLists.txt                     |    1 +
 ui/Makefile.common                    |    2 ++
 capture.c => ui/capture.c             |    2 +-
 capture.h => ui/capture.h             |    0
 ui/gtk/capture_dlg.c                  |    2 +-
 ui/gtk/capture_if_details_dlg_win32.c |    2 +-
 ui/gtk/capture_if_dlg.c               |    2 +-
 ui/gtk/capture_info_dlg.c             |    2 +-
 ui/gtk/drag_and_drop.c                |    2 +-
 ui/gtk/main.c                         |    2 +-
 ui/gtk/main_statusbar.c               |    2 +-
 ui/gtk/main_welcome.c                 |    2 +-
 ui/gtk/summary_dlg.c                  |    2 +-
 ui/qt/QtShark.pro                     |    1 -
 ui/qt/interface_tree.h                |    2 +-
 ui/qt/main.cpp                        |    2 +-
 ui/qt/main_window.cpp                 |    2 +-
 ui/qt/main_window_slots.cpp           |    2 +-
 ui/qt/summary_dialog.h                |    2 +-
 ui/qt/wireshark_application.cpp       |    2 +-
 24 files changed, 21 insertions(+), 22 deletions(-)
 rename capture.c => ui/capture.c (99%)
 rename capture.h => ui/capture.h (100%)