From ee4b31b7bd3e899cad30866bf083c3ff6a4a9fc8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:14 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit f97c8a56e217f04e08776ccf8021721b7d919b7d. --- src/npplayer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/npplayer.c') diff --git a/src/npplayer.c b/src/npplayer.c index e7f67bb..8209bbf 100644 --- a/src/npplayer.c +++ b/src/npplayer.c @@ -379,7 +379,7 @@ static NPError nsDestroyStream (NPP instance, NPStream *stream, NPError reason) return NPERR_NO_DATA; } -static void nsStatus (NPP instance, const char* message) { +static void nstqStatus (NPP instance, const char* message) { (void)instance; print ("NPN_Status %s\n", message ? message : "-"); } @@ -966,7 +966,7 @@ static int initPlugin (const char *plugin_lib) { ns_funcs.newstream = nsNewStream; ns_funcs.write = nsWrite; ns_funcs.destroystream = nsDestroyStream; - ns_funcs.status = nsStatus; + ns_funcs.status = nstqStatus; ns_funcs.uagent = nsUserAgent; ns_funcs.memalloc = nsAlloc; ns_funcs.memfree = nsMemFree; -- cgit v1.2.1