[xiph-cvs] cvs commit: httpp httpp.c httpp.h

Brendan brendan at xiph.org
Wed Jan 15 21:48:32 PST 2003



brendan     03/01/16 00:48:32

  Modified:    .        httpp.c httpp.h
  Log:
  Indentation again, don't mind me

Revision  Changes    Path
1.11      +1 -1      httpp/httpp.c

Index: httpp.c
===================================================================
RCS file: /usr/local/cvsroot/httpp/httpp.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- httpp.c	15 Jan 2003 23:46:56 -0000	1.10
+++ httpp.c	16 Jan 2003 05:48:31 -0000	1.11
@@ -469,7 +469,7 @@
         http_var_t *found;
 
         var.name = name;
-    var.value = NULL;
+	var.value = NULL;
 
         if (avl_get_by_key(parser->queryvars, (void *)&var, (void **)&found) == 0)
                 return found->value;

<p><p>1.6       +3 -5      httpp/httpp.h

Index: httpp.h
===================================================================
RCS file: /usr/local/cvsroot/httpp/httpp.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- httpp.h	31 Dec 2002 06:28:39 -0000	1.5
+++ httpp.h	16 Jan 2003 05:48:31 -0000	1.6
@@ -16,7 +16,8 @@
 #define HTTPP_VAR_ERROR_CODE "__errorcode"
 
 typedef enum httpp_request_type_tag {
-	httpp_req_none, httpp_req_get, httpp_req_post, httpp_req_head, httpp_req_source, httpp_req_play, httpp_req_stats, httpp_req_unknown
+	httpp_req_none, httpp_req_get, httpp_req_post, httpp_req_head,
+	httpp_req_source, httpp_req_play, httpp_req_stats, httpp_req_unknown
 } httpp_request_type_e;
 
 typedef struct http_var_tag {
@@ -33,7 +34,7 @@
         httpp_request_type_e req_type;
         char *uri;
         avl_tree *vars;
-    avl_tree *queryvars;
+	avl_tree *queryvars;
 } http_parser_t;
 
 http_parser_t *httpp_create_parser(void);
@@ -48,6 +49,3 @@
 void httpp_clear(http_parser_t *parser);
  
 #endif
-
-
-

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list