mirror of
https://github.com/macports/pallet.git
synced 2026-07-12 18:18:47 -07:00
git-svn-id: https://svn.macports.org/repository/macports/branches/gsoc09-gui@54592 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
283 B
C
12 lines
283 B
C
/*
|
|
* SimpleLog.h
|
|
* MacPorts.Framework
|
|
*
|
|
* Created by Juan Germán Castañeda Echevarría on 7/21/09.
|
|
* Copyright 2009 UNAM. All rights reserved.
|
|
*
|
|
*/
|
|
|
|
#include <tcl.h>
|
|
|
|
int SimpleLog_Command(ClientData clientData, Tcl_Interp *interpreter, int objc, Tcl_Obj *CONST objv[]); |