unicorn_http: change "global_" prefix to "g_"
commit08e2c22210b62c1f513c23003d486aadc3452708
authorEric Wong <normalperson@yhbt.net>
Sun, 2 Aug 2009 19:23:55 +0000 (2 12:23 -0700)
committerEric Wong <normalperson@yhbt.net>
Sun, 9 Aug 2009 08:19:09 +0000 (9 01:19 -0700)
tree4ad7d19cfd755428c26ec38e0b2f6e62f83d899f
parent99cbcd83186b17bb28864cce0a9cca783cf14b39
unicorn_http: change "global_" prefix to "g_"

It's too annoying to have to deal with long prefixes that all
look alike.  "g_" is fairly standard in C programs so I'm
keeping it (even though eliminating the prefix entirely is
preferable, but there'd be name conflicts I don't feel like
resolving).
ext/unicorn_http/unicorn_http.c