Changeset - 3cf61ccc9f27
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-08-16 18:19:28
ohnobinki@ohnopublishing.net
commented on _distren_asprintf
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/common/asprintf.h
Show inline comments
 
@@ -12,17 +12,17 @@
 
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  GNU Affero General Public License for more details.
 

	
 
  You should have received a copy of the GNU Affero General Public License
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#ifndef _LIBDISTRENCOMMON_ASPRINTF_H
 
#define _LIBDISTRENCOMMON_ASPRINTF_H
 

	
 
/**
 
   Conforming asprintf replacement.
 
   Conforming (and inefficient ;-)) asprintf replacement.
 
 */
 
int _distren_asprintf(char **strp, const char *fmt, ...);
 

	
 
#endif
0 comments (0 inline, 0 general)