[or-cvs] removed onion.c and onion.h from common/
Roger Dingledine
arma at seul.org
Tue Jul 2 09:17:23 UTC 2002
Update of /home/or/cvsroot/src/common
In directory moria.seul.org:/home/arma/work/onion/cvs/src/common
Modified Files:
Makefile.am
Removed Files:
onion.c onion.h
Log Message:
removed onion.c and onion.h from common/
they're now in or/onion.c
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/common/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 28 Jun 2002 23:26:41 -0000 1.1
+++ Makefile.am 2 Jul 2002 09:17:20 -0000 1.2
@@ -3,12 +3,12 @@
#CFLAGS = -Wall -Wpointer-arith -O2
-libor_a_SOURCES = cell.c config.c key.c log.c onion.c opcell.c \
+libor_a_SOURCES = cell.c config.c key.c log.c opcell.c \
routent.c scheduler.c utils.c
# ss.h is not used anywhere, distributing it just because
-noinst_HEADERS = cell.h config.h key.h log.h onion.h opcell.h \
+noinst_HEADERS = cell.h config.h key.h log.h opcell.h \
policies.h routent.h scheduler.h utils.h \
ss.h version.h
--- onion.c DELETED ---
--- onion.h DELETED ---
More information about the tor-commits
mailing list