Skip to content

Commit

Permalink
new_server_clnt.h -> include/ejudge/new_server_clnt.h
Browse files Browse the repository at this point in the history
super_clnt.h -> include/ejudge/super_clnt.h
userlist_clnt.h -> include/ejudge/userlist_clnt.h
  • Loading branch information
blackav committed May 17, 2014
1 parent d22443e commit e474e45
Show file tree
Hide file tree
Showing 44 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion clean-users.c
Expand Up @@ -24,7 +24,7 @@
#include "ejudge/errlog.h"
#include "ejudge/runlog.h"
#include "ejudge/clarlog.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/serve_state.h"

Expand Down
2 changes: 1 addition & 1 deletion csp/contests/I_priv_ip_users_page.c
Expand Up @@ -18,7 +18,7 @@
#include "new_server_pi.h"
#include "new-server.h"
#include "ejudge/contests.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/runlog.h"
#include "ejudge/xml_utils.h"

Expand Down
2 changes: 1 addition & 1 deletion csp/contests/I_priv_priv_users_page.c
Expand Up @@ -18,7 +18,7 @@
#include "new_server_pi.h"
#include "new-server.h"
#include "ejudge/contests.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"

#include "reuse/xalloc.h"
#include "reuse/logger.h"
Expand Down
2 changes: 1 addition & 1 deletion csp/contests/I_priv_user_ips_page.c
Expand Up @@ -19,7 +19,7 @@
#include "new-server.h"
#include "new_server_pi.h"
#include "ejudge/contests.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/runlog.h"
#include "ejudge/xml_utils.h"

Expand Down
2 changes: 1 addition & 1 deletion csp/contests/priv_users_page.csp
Expand Up @@ -2,7 +2,7 @@
/* $Id$ */
%><%@include "priv_includes.csp"
%><%
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
%><%@set getter_name = "csp_get_priv_users_page"
%><%@set ac_prefix = "NEW_SRV_ACTION_"
Expand Down
2 changes: 1 addition & 1 deletion csp/contests/reg_create_page.csp
Expand Up @@ -3,7 +3,7 @@
%><%@include "reg_includes.csp"
%><%
#include "ejudge/ejudge_cfg.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
%><%@set ac_prefix = "NEW_SRV_ACTION_"
%><%@set err_prefix = "NEW_SRV_ERR_"
Expand Down
2 changes: 1 addition & 1 deletion csp/contests/unpriv_recover_2_page.csp
Expand Up @@ -2,7 +2,7 @@
/* $Id$ */
%><%@include "unpriv_includes.csp"
%><%
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
%><%@set ac_prefix = "NEW_SRV_ACTION_"
%><%@set err_prefix = "NEW_SRV_ERR_"
Expand Down
2 changes: 1 addition & 1 deletion csp/contests/unpriv_recover_3_page.csp
Expand Up @@ -2,7 +2,7 @@
/* $Id$ */
%><%@include "unpriv_includes.csp"
%><%
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
%><%@set ac_prefix = "NEW_SRV_ACTION_"
%><%@set getter_name = "csp_get_unpriv_recover_3_page"
Expand Down
2 changes: 1 addition & 1 deletion edit-userlist.c
Expand Up @@ -17,7 +17,7 @@

#include "ejudge/config.h"
#include "ejudge/ej_types.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/contests.h"
#include "ejudge/userlist.h"
Expand Down
6 changes: 3 additions & 3 deletions files.make
Expand Up @@ -571,7 +571,7 @@ HFILES=\
./include/ejudge/sock_op.h\
./include/ejudge/startstop.h\
./include/ejudge/stringset.h\
super_clnt.h\
./include/ejudge/super_clnt.h\
./include/ejudge/super_html.h\
./include/ejudge/super_proto.h\
./include/ejudge/super_run_packet.h\
Expand All @@ -592,15 +592,15 @@ HFILES=\
./include/ejudge/type_info.h\
./include/ejudge/uldb_plugin.h\
./include/ejudge/userlist.h\
userlist_clnt.h\
./include/ejudge/userlist_clnt.h\
./include/ejudge/varsubst.h\
./include/ejudge/vcs.h\
./include/ejudge/version.h\
./include/ejudge/watched_file.h\
./include/ejudge/win32_compat.h\
unix/unix_fileutl.h\
userlist_clnt/private.h\
new_server_clnt.h\
./include/ejudge/new_server_clnt.h\
./include/ejudge/new_server_proto.h\
new_server_clnt/new_server_clnt_priv.h\
./include/ejudge/xml_utils.h\
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion new-client.c
Expand Up @@ -18,7 +18,7 @@
#include "ejudge/config.h"
#include "ejudge/ej_types.h"
#include "ejudge/new_server_proto.h"
#include "new_server_clnt.h"
#include "ejudge/new_server_clnt.h"
#include "ejudge/pathutl.h"
#include "ejudge/cgi.h"
#include "ejudge/clntutil.h"
Expand Down
2 changes: 1 addition & 1 deletion new-server-cmd.c
Expand Up @@ -22,7 +22,7 @@
#include "ejudge/contests.h"
#include "ejudge/pathutl.h"
#include "ejudge/xml_utils.h"
#include "new_server_clnt.h"
#include "ejudge/new_server_clnt.h"
#include "new-server.h"
#include "ejudge/new_server_proto.h"

Expand Down
2 changes: 1 addition & 1 deletion new-server-control.c
Expand Up @@ -20,7 +20,7 @@
#include "ejudge/version.h"
#include "ejudge/ejudge_cfg.h"
#include "ejudge/new_server_proto.h"
#include "new_server_clnt.h"
#include "ejudge/new_server_clnt.h"
#include "ejudge/startstop.h"

#include "reuse/xalloc.h"
Expand Down
4 changes: 2 additions & 2 deletions new_server_clnt/new_server_clnt_priv.h
Expand Up @@ -4,7 +4,7 @@
#ifndef __NEW_SERVER_CLNT_PRIV_H__
#define __NEW_SERVER_CLNT_PRIV_H__

/* Copyright (C) 2006 Alexander Chernov <cher@ejudge.ru> */
/* Copyright (C) 2006-2014 Alexander Chernov <cher@ejudge.ru> */

/*
* This program is free software; you can redistribute it and/or modify
Expand All @@ -18,7 +18,7 @@
* GNU General Public License for more details.
*/

#include "new_server_clnt.h"
#include "ejudge/new_server_clnt.h"

struct new_server_conn
{
Expand Down
2 changes: 1 addition & 1 deletion new_server_html.c
Expand Up @@ -24,7 +24,7 @@
#include "ejudge/xml_utils.h"
#include "ejudge/misctext.h"
#include "ejudge/copyright.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/ejudge_cfg.h"
#include "ejudge/errlog.h"
#include "ejudge/userlist_proto.h"
Expand Down
2 changes: 1 addition & 1 deletion new_server_html_2.c
Expand Up @@ -42,7 +42,7 @@
#include "ejudge/csv.h"
#include "ejudge/sha.h"
#include "ejudge/sformat.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/charsets.h"
#include "ejudge/compat.h"
#include "ejudge/run_packet.h"
Expand Down
2 changes: 1 addition & 1 deletion new_server_html_4.c
Expand Up @@ -23,7 +23,7 @@
#include "ejudge/contests.h"
#include "ejudge/userlist.h"
#include "ejudge/userlist_proto.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/runlog.h"
#include "ejudge/html.h"
#include "ejudge/prepare.h"
Expand Down
2 changes: 1 addition & 1 deletion new_server_html_5.c
Expand Up @@ -20,7 +20,7 @@
#include "ejudge/ej_limits.h"
#include "new-server.h"
#include "ejudge/new_server_proto.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/userlist.h"
#include "ejudge/contests.h"
Expand Down
2 changes: 1 addition & 1 deletion python/ejudgemodule.c
Expand Up @@ -18,7 +18,7 @@
#include <Python.h>

#include "ejudge/config.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/userlist.h"
#include "ejudge/xml_utils.h"
Expand Down
4 changes: 2 additions & 2 deletions serve-control.c
Expand Up @@ -23,11 +23,11 @@
#include "ejudge/pathutl.h"
#include "ejudge/clntutil.h"
#include "ejudge/contests.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/cgi.h"
#include "ejudge/userlist.h"
#include "ejudge/userlist_proto.h"
#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/compat.h"

Expand Down
2 changes: 1 addition & 1 deletion serve_state.c
Expand Up @@ -25,7 +25,7 @@
#include "ejudge/pathutl.h"
#include "ejudge/errlog.h"
#include "ejudge/userlist_proto.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/ejudge_plugin.h"
#include "ejudge/csv.h"
#include "ejudge/ejudge_cfg.h"
Expand Down
2 changes: 1 addition & 1 deletion super-serve-control.c
Expand Up @@ -20,7 +20,7 @@
#include "ejudge/version.h"
#include "ejudge/ejudge_cfg.h"
#include "ejudge/super_proto.h"
#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/startstop.h"

#include "reuse/osdeps.h"
Expand Down
2 changes: 1 addition & 1 deletion super-serve.c
Expand Up @@ -22,7 +22,7 @@
#include "ejudge/contests.h"
#include "ejudge/pathutl.h"
#include "ejudge/errlog.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/misctext.h"
Expand Down
2 changes: 1 addition & 1 deletion super_clnt/control.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion super_clnt/create_contest.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/errlog.h"

Expand Down
2 changes: 1 addition & 1 deletion super_clnt/do_pass_fd.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/sock_op.h"
#include "ejudge/errlog.h"
Expand Down
2 changes: 1 addition & 1 deletion super_clnt/http_request.c
Expand Up @@ -16,7 +16,7 @@
*/

#include "ejudge/ej_types.h"
#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/errlog.h"

Expand Down
2 changes: 1 addition & 1 deletion super_clnt/main_page.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/errlog.h"

Expand Down
2 changes: 1 addition & 1 deletion super_clnt/open.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/errlog.h"
#include "ejudge/sock_op.h"
Expand Down
2 changes: 1 addition & 1 deletion super_clnt/pass_fd.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion super_clnt/recv_packet.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/errlog.h"

Expand Down
2 changes: 1 addition & 1 deletion super_clnt/send_packet.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/errlog.h"

Expand Down
2 changes: 1 addition & 1 deletion super_clnt/set_param.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/errlog.h"

Expand Down
2 changes: 1 addition & 1 deletion super_clnt/simple_cmd.c
Expand Up @@ -15,7 +15,7 @@
* GNU General Public License for more details.
*/

#include "super_clnt.h"
#include "ejudge/super_clnt.h"
#include "ejudge/super_proto.h"
#include "ejudge/errlog.h"

Expand Down
2 changes: 1 addition & 1 deletion super_html_2.c
Expand Up @@ -32,7 +32,7 @@
#include "ejudge/xml_utils.h"
#include "ejudge/prepare.h"
#include "ejudge/userlist_proto.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist.h"
#include "ejudge/ej_process.h"
#include "ejudge/vcs.h"
Expand Down
2 changes: 1 addition & 1 deletion super_html_3.c
Expand Up @@ -30,7 +30,7 @@
#include "ejudge/xml_utils.h"
#include "ejudge/ej_process.h"
#include "ejudge/cpu.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/userlist.h"
#include "ejudge/prepare_serve.h"
Expand Down
2 changes: 1 addition & 1 deletion super_html_6.c
Expand Up @@ -23,7 +23,7 @@
#include "ejudge/super_proto.h"
#include "ejudge/mischtml.h"
#include "ejudge/userlist_proto.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist.h"
#include "ejudge/misctext.h"
#include "ejudge/errlog.h"
Expand Down
2 changes: 1 addition & 1 deletion teamdb.c
Expand Up @@ -20,7 +20,7 @@
#include "ejudge/pathutl.h"
#include "ejudge/errlog.h"
#include "ejudge/base64.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/userlist.h"
#include "ejudge/xml_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion userlist-server-control.c
Expand Up @@ -19,7 +19,7 @@
#include "ejudge/ej_types.h"
#include "ejudge/version.h"
#include "ejudge/ejudge_cfg.h"
#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/startstop.h"

Expand Down
2 changes: 1 addition & 1 deletion userlist_clnt/private.h
Expand Up @@ -22,7 +22,7 @@
#include <Python.h>
#endif

#include "userlist_clnt.h"
#include "ejudge/userlist_clnt.h"
#include "ejudge/userlist_proto.h"
#include "ejudge/pathutl.h"

Expand Down

0 comments on commit e474e45

Please sign in to comment.