(!1923) Xace: drop obsolete XaceHook() prototype
The prototype had been forgetten when removing the function.
Fixes: facdaae4e8
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
			
			
This commit is contained in:
		
							parent
							
								
									784f8d9e04
								
							
						
					
					
						commit
						e75b533211
					
				| 
						 | 
					@ -57,13 +57,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern CallbackListPtr XaceHooks[XACE_NUM_HOOKS];
 | 
					extern CallbackListPtr XaceHooks[XACE_NUM_HOOKS];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Entry point for hook functions.  Called by Xserver.
 | 
					 | 
				
			||||||
 * Required by libdbe and libextmod
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
/* needs to be exported for in-tree modsetting driver, but not part 
 | 
					 | 
				
			||||||
   of public API for external modules */
 | 
					 | 
				
			||||||
_X_EXPORT int XaceHook(int hook, ... /* appropriate args for hook */);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* determine whether any callbacks are present for the XACE hook */
 | 
					/* determine whether any callbacks are present for the XACE hook */
 | 
				
			||||||
int XaceHookIsSet(int hook);
 | 
					int XaceHookIsSet(int hook);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue